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