2019-05-21 17:47:23 -07:00
|
|
|
error[E0452]: malformed lint attribute input
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/lint-malformed.rs:2:10
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | #![allow(bar = "baz")]
|
2019-05-21 17:47:23 -07:00
|
|
|
| ^^^^^^^^^^^ bad attribute argument
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2020-01-08 20:02:10 +03:00
|
|
|
error[E0452]: malformed lint attribute input
|
|
|
|
--> $DIR/lint-malformed.rs:2:10
|
|
|
|
|
|
|
|
|
LL | #![allow(bar = "baz")]
|
|
|
|
| ^^^^^^^^^^^ bad attribute argument
|
|
|
|
|
2019-05-21 17:47:23 -07:00
|
|
|
error: malformed `deny` attribute input
|
2019-01-02 02:21:05 +03:00
|
|
|
--> $DIR/lint-malformed.rs:1:1
|
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | #![deny = "foo"]
|
2021-09-16 17:48:06 -07:00
|
|
|
| ^^^^^^^^^^^^^^^^ help: must be of the form: `#![deny(lint1, lint2, ..., /*opt*/ reason = "...")]`
|
2019-01-02 02:21:05 +03:00
|
|
|
|
2020-01-08 20:02:10 +03:00
|
|
|
error[E0452]: malformed lint attribute input
|
|
|
|
--> $DIR/lint-malformed.rs:2:10
|
|
|
|
|
|
|
|
|
LL | #![allow(bar = "baz")]
|
|
|
|
| ^^^^^^^^^^^ bad attribute argument
|
|
|
|
|
|
|
|
error[E0452]: malformed lint attribute input
|
|
|
|
--> $DIR/lint-malformed.rs:2:10
|
|
|
|
|
|
|
|
|
LL | #![allow(bar = "baz")]
|
|
|
|
| ^^^^^^^^^^^ bad attribute argument
|
|
|
|
|
2021-02-28 13:24:46 -05:00
|
|
|
error: aborting due to 5 previous errors
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0452`.
|