@@ -8,39 +8,39 @@ LL | #[expect(dead_code)]
88 = help: to override `-D warnings` add `#[allow(unfulfilled_lint_expectations)]`
99
1010error: this lint expectation is unfulfilled
11- --> tests/ui/expect_tool_lint_rfc_2383.rs:36 :18
11+ --> tests/ui/expect_tool_lint_rfc_2383.rs:37 :18
1212 |
1313LL | #[expect(invalid_nan_comparisons)]
1414 | ^^^^^^^^^^^^^^^^^^^^^^^
1515
1616error: this lint expectation is unfulfilled
17- --> tests/ui/expect_tool_lint_rfc_2383.rs:36 :18
17+ --> tests/ui/expect_tool_lint_rfc_2383.rs:37 :18
1818 |
1919LL | #[expect(invalid_nan_comparisons)]
2020 | ^^^^^^^^^^^^^^^^^^^^^^^
2121 |
2222 = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
2323
2424error: this lint expectation is unfulfilled
25- --> tests/ui/expect_tool_lint_rfc_2383.rs:107 :14
25+ --> tests/ui/expect_tool_lint_rfc_2383.rs:110 :14
2626 |
2727LL | #[expect(clippy::almost_swapped)]
2828 | ^^^^^^^^^^^^^^^^^^^^^^
2929
3030error: this lint expectation is unfulfilled
31- --> tests/ui/expect_tool_lint_rfc_2383.rs:115 :14
31+ --> tests/ui/expect_tool_lint_rfc_2383.rs:118 :14
3232 |
3333LL | #[expect(clippy::bytes_nth)]
3434 | ^^^^^^^^^^^^^^^^^
3535
3636error: this lint expectation is unfulfilled
37- --> tests/ui/expect_tool_lint_rfc_2383.rs:121 :14
37+ --> tests/ui/expect_tool_lint_rfc_2383.rs:124 :14
3838 |
3939LL | #[expect(clippy::if_same_then_else)]
4040 | ^^^^^^^^^^^^^^^^^^^^^^^^^
4141
4242error: this lint expectation is unfulfilled
43- --> tests/ui/expect_tool_lint_rfc_2383.rs:127 :14
43+ --> tests/ui/expect_tool_lint_rfc_2383.rs:130 :14
4444 |
4545LL | #[expect(clippy::overly_complex_bool_expr)]
4646 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments