We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db02b1d commit e48fc62Copy full SHA for e48fc62
tests/ui/coverage-attr/allowed-positions.rs
@@ -11,7 +11,7 @@
11
#[coverage(off)]
12
mod submod {}
13
14
-#[coverage(off)] //~ ERROR [E0788]
+#[coverage(off)] //~ ERROR coverage attribute not allowed here [E0788]
15
type MyTypeAlias = ();
16
17
#[coverage(off)] //~ ERROR [E0788]
0 commit comments