rust/src/test/ui/parser/removed-syntax-extern-const.stderr

9 lines
211 B
Plaintext
Raw Normal View History

2018-10-20 23:36:17 +03:00
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