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