]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tool_lints-fail.stderr
Merge commit '1411a98352ba6bee8ba3b0131c9243e5db1e6a2e' into sync_cg_clif-2021-12-31
[rust.git] / src / test / ui / tool_lints-fail.stderr
1 error: unknown lint: `clippy`
2   --> $DIR/tool_lints-fail.rs:6:9
3    |
4 LL | #![deny(clippy)]
5    |         ^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/tool_lints-fail.rs:4:9
9    |
10 LL | #![deny(unknown_lints)]
11    |         ^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14