]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/lint-malformed.rs
Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726
[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 fn main() { }