2017-08-09 17:43:06 -05:00
|
|
|
error: extern items cannot be `const`
|
2020-02-14 19:23:10 -06:00
|
|
|
--> $DIR/extern-const.rs:16:11
|
2017-08-09 17:43:06 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | const rust_dbg_static_mut: libc::c_int;
|
2020-02-14 19:23:10 -06:00
|
|
|
| ------^^^^^^^^^^^^^^^^^^^
|
|
|
|
| |
|
|
|
|
| help: try using a static value: `static`
|
|
|
|
|
|
|
|
|
= note: for more information, visit https://doc.rust-lang.org/std/keyword.extern.html
|
2017-08-09 17:43:06 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|