blob: d9edac160da40f0cd6632655e5fa831b71a1e0a2 (
plain)
1
2
3
4
5
6
7
8
|
error: must have type `*const T` or `*mut T`
--> $DIR/linkage2.rs:14:32
|
LL | #[linkage = "extern_weak"] static foo: i32;
| ^^^^^^^^^^^^^^^^
error: aborting due to previous error
|