mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
12 lines
351 B
Text
12 lines
351 B
Text
error: extern items cannot be `const`
|
|
--> $DIR/extern-const.rs:14:11
|
|
|
|
|
LL | const rust_dbg_static_mut: c_int;
|
|
| ------^^^^^^^^^^^^^^^^^^^
|
|
| |
|
|
| help: try using a static value: `static`
|
|
|
|
|
= note: for more information, visit https://doc.rust-lang.org/std/keyword.extern.html
|
|
|
|
error: aborting due to 1 previous error
|
|
|