We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 976131f + 9e69796 commit e3bb779Copy full SHA for e3bb779
tests/ui/expect_tool_lint_rfc_2383.stderr
@@ -13,6 +13,14 @@ error: this lint expectation is unfulfilled
13
LL | #[expect(invalid_nan_comparisons)]
14
| ^^^^^^^^^^^^^^^^^^^^^^^
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
+
24
error: this lint expectation is unfulfilled
25
--> tests/ui/expect_tool_lint_rfc_2383.rs:107:14
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
0 commit comments