Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
attributes
/
unused-item-in-attr.rs
blob: 70dcd5413f1ee0b2a445e4cedd3058f9326b881f [
file
] [
log
] [
blame
]
#[
w
=
{
extern
crate alloc
;
}]
//~^ ERROR unexpected expression: `{
//~| ERROR cannot find attribute `w` in this scope
fn
f
()
{}
fn
main
()
{}