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

9 lines
210 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: extern items cannot be `const`
--> $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