mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-01 20:47:36 +00:00
9 lines
184 B
Rust
9 lines
184 B
Rust
![]() |
#![deny(rust_2024_compatibility)]
|
||
|
|
||
|
#[no_mangle]
|
||
|
//~^ ERROR: unsafe attribute used without unsafe
|
||
|
//~| WARN this is accepted in the current edition
|
||
|
extern "C" fn foo() {}
|
||
|
|
||
|
fn main() {}
|