blob: 7ebaec0368e3d46f53c4f429a6fc3aad5e0f0343 (
plain)
1
2
3
4
5
6
7
8
|
error: extern items cannot be `const`
--> $DIR/extern-const.rs:15:5
|
LL | const rust_dbg_static_mut: libc::c_int; //~ ERROR extern items cannot be `const`
| ^^^^^ help: try using a static value: `static`
error: aborting due to previous error
|