]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/lint-malformed.rs
Rollup merge of #104965 - zacklukem:p-option-as_ref-docs, r=scottmcm
[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() { }