]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/tool_lints-fail.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / tool_lints-fail.stderr
index 735673b5785e846850aaf069634e2cb54f6c252c..6b027eecf2682232ec424d573fd933725b2d1d5e 100644 (file)
@@ -1,11 +1,11 @@
 error: unknown lint: `clippy`
-  --> $DIR/tool_lints-fail.rs:16:9
+  --> $DIR/tool_lints-fail.rs:6:9
    |
 LL | #![deny(clippy)] //~ ERROR: unknown lint: `clippy`
    |         ^^^^^^
    |
 note: lint level defined here
-  --> $DIR/tool_lints-fail.rs:14:9
+  --> $DIR/tool_lints-fail.rs:4:9
    |
 LL | #![deny(unknown_lints)]
    |         ^^^^^^^^^^^^^