2021-01-29 18:06:00 -06:00
|
|
|
error[E0453]: allow(unused) incompatible with previous forbid
|
|
|
|
--> $DIR/forbid-member-group.rs:6:9
|
|
|
|
|
|
|
|
|
LL | #![forbid(unused_variables)]
|
|
|
|
| ---------------- `forbid` level set here
|
2022-06-08 13:07:59 -05:00
|
|
|
LL |
|
2021-01-29 18:06:00 -06:00
|
|
|
LL | #[allow(unused)]
|
|
|
|
| ^^^^^^ overruled by previous forbid
|
|
|
|
|
2023-12-28 11:28:06 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-01-29 18:06:00 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0453`.
|