2019-05-21 17:47:23 -07:00
|
|
|
#![deny = "foo"] //~ ERROR malformed `deny` attribute input
|
2016-04-15 21:23:50 -04:00
|
|
|
#![allow(bar = "baz")] //~ ERROR malformed lint attribute
|
2020-01-08 20:02:10 +03:00
|
|
|
//~| ERROR malformed lint attribute
|
|
|
|
//~| ERROR malformed lint attribute
|
|
|
|
//~| ERROR malformed lint attribute
|
2024-12-19 04:13:28 +00:00
|
|
|
//~| ERROR malformed lint attribute
|
|
|
|
//~| ERROR malformed lint attribute
|
2016-01-13 18:54:06 +00:00
|
|
|
fn main() { }
|