mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 08:18:44 +00:00
13 lines
218 B
Plaintext
13 lines
218 B
Plaintext
error: extern blocks must be unsafe
|
|
--> $DIR/extern-items.rs:6:1
|
|
|
|
|
LL | / extern "C" {
|
|
LL | |
|
|
LL | | static TEST1: i32;
|
|
LL | | fn test1(i: i32);
|
|
LL | | }
|
|
| |_^
|
|
|
|
error: aborting due to 1 previous error
|
|
|