@@ -8,39 +8,39 @@ 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
- --> tests/ui/expect_tool_lint_rfc_2383.rs:36 :18
11
+ --> tests/ui/expect_tool_lint_rfc_2383.rs:37 :18
12
12
|
13
13
LL | #[expect(invalid_nan_comparisons)]
14
14
| ^^^^^^^^^^^^^^^^^^^^^^^
15
15
16
16
error: 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
18
18
|
19
19
LL | #[expect(invalid_nan_comparisons)]
20
20
| ^^^^^^^^^^^^^^^^^^^^^^^
21
21
|
22
22
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
23
23
24
24
error: 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
26
26
|
27
27
LL | #[expect(clippy::almost_swapped)]
28
28
| ^^^^^^^^^^^^^^^^^^^^^^
29
29
30
30
error: 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
32
32
|
33
33
LL | #[expect(clippy::bytes_nth)]
34
34
| ^^^^^^^^^^^^^^^^^
35
35
36
36
error: 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
38
38
|
39
39
LL | #[expect(clippy::if_same_then_else)]
40
40
| ^^^^^^^^^^^^^^^^^^^^^^^^^
41
41
42
42
error: 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
44
44
|
45
45
LL | #[expect(clippy::overly_complex_bool_expr)]
46
46
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments