rust/tests/ui/unknown_clippy_lints.stderr

17 lines
450 B
Text
Raw Normal View History

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