11error: this lint expectation is unfulfilled
2- --> $DIR/expect_tool_lint_rfc_2383.rs:35 :14
2+ --> $DIR/expect_tool_lint_rfc_2383.rs:31 :14
33 |
44LL | #[expect(dead_code)]
55 | ^^^^^^^^^
@@ -8,31 +8,31 @@ LL | #[expect(dead_code)]
88 = help: to override `-D warnings` add `#[allow(unfulfilled_lint_expectations)]`
99
1010error: this lint expectation is unfulfilled
11- --> $DIR/expect_tool_lint_rfc_2383.rs:41 :18
11+ --> $DIR/expect_tool_lint_rfc_2383.rs:37 :18
1212 |
13- LL | #[expect(illegal_floating_point_literal_pattern )]
14- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13+ LL | #[expect(invalid_nan_comparisons )]
14+ | ^^^^^^^^^^^^^^^^^^^^^^^
1515
1616error: this lint expectation is unfulfilled
17- --> $DIR/expect_tool_lint_rfc_2383.rs:116 :14
17+ --> $DIR/expect_tool_lint_rfc_2383.rs:108 :14
1818 |
1919LL | #[expect(clippy::almost_swapped)]
2020 | ^^^^^^^^^^^^^^^^^^^^^^
2121
2222error: this lint expectation is unfulfilled
23- --> $DIR/expect_tool_lint_rfc_2383.rs:124 :14
23+ --> $DIR/expect_tool_lint_rfc_2383.rs:116 :14
2424 |
2525LL | #[expect(clippy::bytes_nth)]
2626 | ^^^^^^^^^^^^^^^^^
2727
2828error: this lint expectation is unfulfilled
29- --> $DIR/expect_tool_lint_rfc_2383.rs:130 :14
29+ --> $DIR/expect_tool_lint_rfc_2383.rs:122 :14
3030 |
3131LL | #[expect(clippy::if_same_then_else)]
3232 | ^^^^^^^^^^^^^^^^^^^^^^^^^
3333
3434error: this lint expectation is unfulfilled
35- --> $DIR/expect_tool_lint_rfc_2383.rs:136 :14
35+ --> $DIR/expect_tool_lint_rfc_2383.rs:128 :14
3636 |
3737LL | #[expect(clippy::overly_complex_bool_expr)]
3838 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments