blob: c5a3149e85a7a70737fe14f45311de9cc64ccda4 (
plain)
1
2
3
4
5
6
7
8
|
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
|