rust/tests/ui/tool_lints-fail.stderr
Nilstrieb 41e8d152dc Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00

15 lines
290 B
Plaintext

error: unknown lint: `clippy`
--> $DIR/tool_lints-fail.rs:6:9
|
LL | #![deny(clippy)]
| ^^^^^^
|
note: the lint level is defined here
--> $DIR/tool_lints-fail.rs:4:9
|
LL | #![deny(unknown_lints)]
| ^^^^^^^^^^^^^
error: aborting due to 1 previous error