rust-clippy/tests/ui/non_minimal_cfg2.stderr
2023-05-20 00:37:08 +02:00

10 lines
239 B
Text

error: unneeded sub `cfg` when there is no condition
--> $DIR/non_minimal_cfg2.rs:3:7
|
LL | #[cfg(all())]
| ^^^^^
|
= note: `-D clippy::non-minimal-cfg` implied by `-D warnings`
error: aborting due to previous error