about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/ignore_without_reason.stderr
blob: 4c0210c2bbc08a4c52a2201a299a3b12748fd99e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error: `#[ignore]` without reason
  --> tests/ui/ignore_without_reason.rs:13:1
   |
LL | #[ignore]
   | ^^^^^^^^^
   |
   = help: add a reason with `= ".."`
   = note: `-D clippy::ignore-without-reason` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::ignore_without_reason)]`

error: aborting due to 1 previous error