Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
attributes
/
unsafe
/
double-unsafe-attributes.rs
blob: c0181d960539ca4bfc7eacefbd757361bb359715 [
file
] [
log
] [
blame
]
#[
unsafe
(
unsafe
(
no_mangle
))]
//~^ ERROR expected identifier, found keyword `unsafe`
//~| ERROR cannot find attribute `r#unsafe` in this scope
//~| ERROR unnecessary `unsafe`
fn
a
()
{}
fn
main
()
{}