2024-05-16 02:08:26 -05:00
|
|
|
#[unsafe(unsafe(no_mangle))]
|
|
|
|
|
//~^ ERROR expected identifier, found keyword `unsafe`
|
|
|
|
|
//~| ERROR cannot find attribute `r#unsafe` in this scope
|
2025-09-14 16:17:51 +08:00
|
|
|
//~| ERROR unnecessary `unsafe`
|
2024-05-16 02:08:26 -05:00
|
|
|
fn a() {}
|
|
|
|
|
|
|
|
|
|
fn main() {}
|