]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/expect_tool_lint_rfc_2383.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / expect_tool_lint_rfc_2383.stderr
index db29e85a82191abf6529511704d4fb83f6725fb6..7ce9e855b5e05579ee69a46a6d91d10eec93470d 100644 (file)
@@ -33,8 +33,8 @@ LL |     #[expect(clippy::if_same_then_else)]
 error: this lint expectation is unfulfilled
   --> $DIR/expect_tool_lint_rfc_2383.rs:130:14
    |
-LL |     #[expect(clippy::logic_bug)]
-   |              ^^^^^^^^^^^^^^^^^
+LL |     #[expect(clippy::overly_complex_bool_expr)]
+   |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 error: aborting due to 6 previous errors