]> git.proxmox.com Git - rustc.git/blame - src/test/ui/tool_lints-fail.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / tool_lints-fail.stderr
CommitLineData
b7449926 1error: unknown lint: `clippy`
0731742a 2 --> $DIR/tool_lints-fail.rs:6:9
b7449926 3 |
532ac7d7 4LL | #![deny(clippy)]
b7449926
XL
5 | ^^^^^^
6 |
74b04a01 7note: the lint level is defined here
0731742a 8 --> $DIR/tool_lints-fail.rs:4:9
b7449926
XL
9 |
10LL | #![deny(unknown_lints)]
11 | ^^^^^^^^^^^^^
12
13error: aborting due to previous error
14