]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/lint_without_lint_pass.stderr
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / lint_without_lint_pass.stderr
index 65d1283a6e34052fc7eea7a7061244546ce3d8f6..9d0b0d62789874b0a5175e89949c7675a3816508 100644 (file)
@@ -1,17 +1,17 @@
 error: the lint `TEST_LINT` is not added to any `LintPass`
-  --> $DIR/lint_without_lint_pass.rs:12:1
+  --> $DIR/lint_without_lint_pass.rs:11:1
    |
-12 | / declare_clippy_lint! {
-13 | |     pub TEST_LINT,
-14 | |     correctness,
-15 | |     ""
-16 | | }
+LL | / declare_clippy_lint! {
+LL | |     pub TEST_LINT,
+LL | |     correctness,
+LL | |     ""
+LL | | }
    | |_^
    |
 note: lint level defined here
   --> $DIR/lint_without_lint_pass.rs:1:9
    |
- | #![deny(clippy::internal)]
+LL | #![deny(clippy::internal)]
    |         ^^^^^^^^^^^^^^^^
    = note: #[deny(clippy::lint_without_lint_pass)] implied by #[deny(clippy::internal)]
    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)