blob: e9232497c3f0431c1042486fb3f9f2ebac9d73f1 [file] [log] [blame]
#![deny = "foo"] //~ ERROR malformed lint attribute
#![allow(bar = "baz")] //~ ERROR malformed lint attribute
fn main() { }