2024-06-03 10:45:16 +00:00
|
|
|
error: extern mutable statics are not allowed with `#[linkage]`
|
2024-08-24 06:49:09 +03:00
|
|
|
--> $DIR/linkage-attr-mutable-static.rs:11:9
|
2024-05-12 14:22:12 +00:00
|
|
|
|
|
2024-06-03 10:45:16 +00:00
|
|
|
LL | #[linkage = "extern_weak"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2024-05-12 14:22:12 +00:00
|
|
|
|
|
2024-06-03 10:45:16 +00:00
|
|
|
= note: marking the extern static mutable would allow changing which symbol the static references rather than make the target of the symbol mutable
|
2024-05-12 14:22:12 +00:00
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|