rust/src/test/ui/extern-const.stderr
2017-08-10 12:31:02 +01:00

9 lines
227 B
Plaintext

error: extern items cannot be `const`
--> $DIR/extern-const.rs:14:5
|
14 | const C: u8; //~ ERROR extern items cannot be `const`
| ^^^^^ help: instead try using: `static`
error: aborting due to previous error