blob: d456cfc6829e1d4586015f1fef205640fc56f403 [file] [log] [blame]
error: extern blocks must be unsafe
--> $DIR/extern-items.rs:9:1
|
LL | / extern "C" {
LL | |
LL | | static TEST1: i32;
LL | | fn test1(i: i32);
LL | | }
| |_^
error: aborting due to 1 previous error