Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
lint
/
lint-malformed.rs
blob: 188e702f98b384f2e6e850872a268dea3db22652 [
file
] [
log
] [
blame
]
#![
deny
=
"foo"
]
//~ ERROR malformed `deny` attribute input
#![
allow
(
bar
=
"baz"
)]
//~ ERROR malformed lint attribute
//~| ERROR malformed lint attribute
//~| ERROR malformed lint attribute
//~| ERROR malformed lint attribute
fn
main
()
{
}