summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/lint-malformed.rs
blob: 188e702f98b384f2e6e850872a268dea3db22652 (plain)
1
2
3
4
5
6
#![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() { }