1
1
error: 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
3
3
|
4
4
LL | #[expect(dead_code)]
5
5
| ^^^^^^^^^
@@ -8,31 +8,31 @@ LL | #[expect(dead_code)]
8
8
= help: to override `-D warnings` add `#[allow(unfulfilled_lint_expectations)]`
9
9
10
10
error: 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
12
12
|
13
- LL | #[expect(illegal_floating_point_literal_pattern )]
14
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13
+ LL | #[expect(invalid_nan_comparisons )]
14
+ | ^^^^^^^^^^^^^^^^^^^^^^^
15
15
16
16
error: 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
18
18
|
19
19
LL | #[expect(clippy::almost_swapped)]
20
20
| ^^^^^^^^^^^^^^^^^^^^^^
21
21
22
22
error: 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
24
24
|
25
25
LL | #[expect(clippy::bytes_nth)]
26
26
| ^^^^^^^^^^^^^^^^^
27
27
28
28
error: 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
30
30
|
31
31
LL | #[expect(clippy::if_same_then_else)]
32
32
| ^^^^^^^^^^^^^^^^^^^^^^^^^
33
33
34
34
error: 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
36
36
|
37
37
LL | #[expect(clippy::overly_complex_bool_expr)]
38
38
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments