File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ error: this lint expectation is unfulfilled
13
13
LL | #[expect(invalid_nan_comparisons)]
14
14
| ^^^^^^^^^^^^^^^^^^^^^^^
15
15
16
+ error: this lint expectation is unfulfilled
17
+ --> tests/ui/expect_tool_lint_rfc_2383.rs:36:18
18
+ |
19
+ LL | #[expect(invalid_nan_comparisons)]
20
+ | ^^^^^^^^^^^^^^^^^^^^^^^
21
+ |
22
+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
23
+
16
24
error: this lint expectation is unfulfilled
17
25
--> tests/ui/expect_tool_lint_rfc_2383.rs:107:14
18
26
|
@@ -37,5 +45,5 @@ error: this lint expectation is unfulfilled
37
45
LL | #[expect(clippy::overly_complex_bool_expr)]
38
46
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
39
47
40
- error: aborting due to 6 previous errors
48
+ error: aborting due to 7 previous errors
41
49
You can’t perform that action at this time.
0 commit comments