blob: 18a60b2f8b7e0158677a2d2c0f8bd050da68e50f [file] [edit]
error[E0453]: allow(unused) incompatible with previous forbid
--> $DIR/lint-forbid-cmdline-2.rs:3:9
|
LL | #[allow(unused)]
| ^^^^^^ overruled by previous forbid
|
= note: `forbid` lint level was set on command line (`-F dead_code`)
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0453`.