2018-10-20 15:36:17 -05:00
|
|
|
error: extern items cannot be `const`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/removed-syntax-extern-const.rs:4: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
|
|
|
|
|