blob: 77406be2095cff1d52277d043441650d501a8040 [file] [log] [blame]
error: extern items cannot be `const`
--> $DIR/extern-const.rs:15:5
|
LL | const rust_dbg_static_mut: libc::c_int;
| ^^^^^ help: try using a static value: `static`
error: aborting due to previous error