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