mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 13:02:50 +00:00
11 lines
239 B
Plaintext
11 lines
239 B
Plaintext
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
|
|
|