]> 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 48d511ce92e592054da64659120f00508a59209b..9d0b0d62789874b0a5175e89949c7675a3816508 100644 (file)
@@ -1,18 +1,17 @@
 error: the lint `TEST_LINT` is not added to any `LintPass`
   --> $DIR/lint_without_lint_pass.rs:11:1
    |
-11 | / declare_clippy_lint!
-12 | | {
-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)