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