mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 06:23:00 +00:00
8 lines
215 B
Rust
8 lines
215 B
Rust
#[unsafe(unsafe(no_mangle))]
|
|
//~^ ERROR expected identifier, found keyword `unsafe`
|
|
//~| ERROR cannot find attribute `r#unsafe` in this scope
|
|
//~| ERROR `r#unsafe` is not an unsafe attribute
|
|
fn a() {}
|
|
|
|
fn main() {}
|