]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/lint-malformed.rs
Rollup merge of #106762 - WaffleLapkin:atomicptr+as_mut_ptr, r=m-ou-se
[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() { }