mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-11 08:05:12 +00:00
11 lines
364 B
Plaintext
11 lines
364 B
Plaintext
error: mutable statics are not allowed with `#[linkage]`
|
|
--> $DIR/linkage-attr-mutable-static.rs:8:9
|
|
|
|
|
LL | #[linkage = "weak"]
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: making the static mutable would allow changing which symbol the static references rather than make the target of the symbol mutable
|
|
|
|
error: aborting due to 1 previous error
|
|
|