mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
18 lines
338 B
Plaintext
18 lines
338 B
Plaintext
![]() |
error: usage of an `unsafe extern` block
|
||
|
--> $DIR/unsafe-extern-blocks.rs:9:1
|
||
|
|
|
||
|
LL | / unsafe extern "C" {
|
||
|
LL | |
|
||
|
LL | | fn bar();
|
||
|
LL | | }
|
||
|
| |_^
|
||
|
|
|
||
|
note: the lint level is defined here
|
||
|
--> $DIR/unsafe-extern-blocks.rs:2:9
|
||
|
|
|
||
|
LL | #![deny(unsafe_code)]
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to 1 previous error
|
||
|
|