rust/tests/ui/unknown_clippy_lints.stderr

17 lines
452 B
Plaintext
Raw Normal View History

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