about summary refs log tree commit diff
path: root/tests/ui/linkage-attr/linkage-attr-mutable-static.stderr
blob: 50d5d8121969fd4ca94ba89bd55568dbfbce7c1a (plain)
1
2
3
4
5
6
7
8
9
10
error: extern mutable statics are not allowed with `#[linkage]`
  --> $DIR/linkage-attr-mutable-static.rs:11:9
   |
LL |         #[linkage = "extern_weak"]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: marking the extern 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