]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/lint-malformed.rs
generalize bindings_with_variant_name lint
[rust.git] / src / test / 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                        //~| ERROR malformed lint attribute
7                        //~| ERROR malformed lint attribute
8 fn main() { }