summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/non_minimal_cfg2.stderr
blob: 001fcddd9068efeabb62d2e2c00898352ee851b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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`
   = help: to override `-D warnings` add `#[allow(clippy::non_minimal_cfg)]`

error: aborting due to previous error