rust/tests/ui/unknown_clippy_lints.stderr

17 lines
452 B
Text
Raw Normal View History

2018-09-10 17:52:44 +02:00
error: unknown clippy lint: clippy::if_not_els
2018-11-02 12:58:16 +01:00
--> $DIR/unknown_clippy_lints.rs:13:8
|
13 | #[warn(clippy::if_not_els)]
| ^^^^^^^^^^^^^^^^^^
|
= note: `-D clippy::unknown-clippy-lints` implied by `-D warnings`
2018-09-10 17:52:44 +02:00
error: unknown clippy lint: clippy::All
2018-11-02 12:58:16 +01:00
--> $DIR/unknown_clippy_lints.rs:10:10
|
10 | #![allow(clippy::All)]
| ^^^^^^^^^^^ help: lowercase the lint name: `all`
error: aborting due to 2 previous errors