9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
|
error: extern items cannot be `const`
|
||
|
--> $DIR/removed-syntax-extern-const.rs:14:5
|
||
|
|
|
||
|
LL | const i: isize;
|
||
|
| ^^^^^ help: try using a static value: `static`
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|