mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 13:57:24 +00:00
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
error: extern block cannot be declared unsafe
|
|
--> $DIR/unsafe-foreign-mod.rs:1:1
|
|
|
|
|
LL | unsafe extern "C" {
|
|
| ^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|