Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lint
/
lint-malformed.rs
blob: 188e702f98b384f2e6e850872a268dea3db22652 [
file
] [
log
] [
blame
] [
edit
]
#![
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
()
{
}