blob: cbed5e56c76c4523c42e39712d30cfc575bd2416 [file] [log] [blame]
error: extern items cannot be `const`
--> $DIR/extern-const.rs:15:5
|
LL | const C: u8; //~ ERROR extern items cannot be `const`
| ^^^^^ help: try using a static value: `static`
error: aborting due to previous error