Skip to content

Commit e48fc62

Browse files
committed
Un-redact one occurrence of "coverage attribute not allowed here"
1 parent db02b1d commit e48fc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/coverage-attr/allowed-positions.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#[coverage(off)]
1212
mod submod {}
1313

14-
#[coverage(off)] //~ ERROR [E0788]
14+
#[coverage(off)] //~ ERROR coverage attribute not allowed here [E0788]
1515
type MyTypeAlias = ();
1616

1717
#[coverage(off)] //~ ERROR [E0788]

0 commit comments

Comments
 (0)