blob: 3a102769e855b4696df7e0567cf184ad42f71fa7 [file] [log] [blame]
error: unknown lint: `not_a_real_lint`
--> $DIR/lint-unknown-lint.rs:3:10
|
LL | #![allow(not_a_real_lint)]
| ^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> $DIR/lint-unknown-lint.rs:1:9
|
LL | #![deny(unknown_lints)]
| ^^^^^^^^^^^^^
error: unknown lint: `dead_cod`
--> $DIR/lint-unknown-lint.rs:5:9
|
LL | #![deny(dead_cod)]
| ^^^^^^^^ help: did you mean: `dead_code`
error: aborting due to 2 previous errors