2014-10-02 15:06:08 -07:00
|
|
|
const
|
2014-10-18 15:39:44 +13:00
|
|
|
mut //~ ERROR: const globals cannot be mutable
|
2019-01-20 19:37:38 -08:00
|
|
|
//~^^ HELP you might want to declare a static instead
|
2015-01-08 22:02:42 +11:00
|
|
|
FOO: usize = 3;
|
2014-10-02 15:06:08 -07:00
|
|
|
|
|
|
|
|
fn main() {
|
|
|
|
|
}
|