blob: 9b32c00a3c3cba626a7449cd9740ad6249a44fe1 [file] [log] [blame]
error[E0453]: allow(unused) incompatible with previous forbid
--> $DIR/forbid-member-group.rs:6:9
|
LL | #![forbid(unused_variables)]
| ---------------- `forbid` level set here
LL |
LL | #[allow(unused)]
| ^^^^^^ overruled by previous forbid
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0453`.