summaryrefslogtreecommitdiffstats
path: root/src/test/ui/linkage-attr/linkage-requires-raw-ptr.stderr
blob: 5abbe745c6a215d043d43e8ad1f5da93a908c319 (plain)
1
2
3
4
5
6
7
8
error: must have type `*const T` or `*mut T` due to `#[linkage]` attribute
  --> $DIR/auxiliary/def_illtyped_external.rs:5:1
   |
LL | pub static EXTERN: u32 = 0;
   | ^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error