2018-10-20 15:36:17 -05:00
|
|
|
error: extern items cannot be `const`
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/removed-syntax-extern-const.rs:2:5
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | const i: isize;
|
|
|
|
| ^^^^^ help: try using a static value: `static`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|