rust/src/test/ui/lint/lint-malformed.stderr
2018-12-25 21:08:33 -07:00

16 lines
435 B
Plaintext

error[E0452]: malformed lint attribute
--> $DIR/lint-malformed.rs:1:1
|
LL | #![deny = "foo"] //~ ERROR malformed lint attribute
| ^^^^^^^^^^^^^^^^
error[E0452]: malformed lint attribute
--> $DIR/lint-malformed.rs:2:10
|
LL | #![allow(bar = "baz")] //~ ERROR malformed lint attribute
| ^^^^^^^^^^^
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0452`.