]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/lint-malformed.rs
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / ui / lint / lint-malformed.rs
1 #![deny = "foo"] //~ ERROR malformed `deny` attribute input
2 #![allow(bar = "baz")] //~ ERROR malformed lint attribute
3                        //~| ERROR malformed lint attribute
4                        //~| ERROR malformed lint attribute
5                        //~| ERROR malformed lint attribute
6 fn main() { }