]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/lint-malformed.rs
Rollup merge of #106699 - eholk:await-chains-drop-tracking, r=wesleywiser
[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() { }