You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui-fulldeps/plugin/lint-plugin-forbid-attrs.stderr
+2
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ LL | #![forbid(test_lint)]
27
27
...
28
28
LL | #[allow(test_lint)]
29
29
| ^^^^^^^^^ overruled by previous forbid
30
+
|
31
+
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
30
32
31
33
warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com./rust-lang/rust/pull/64675
Copy file name to clipboardExpand all lines: tests/ui-fulldeps/plugin/lint-plugin-forbid-cmdline.stderr
+1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ LL | #[allow(test_lint)]
21
21
| ^^^^^^^^^ overruled by previous forbid
22
22
|
23
23
= note: `forbid` lint level was set on command line
24
+
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
24
25
25
26
warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com./rust-lang/rust/pull/64675
0 commit comments