Skip to content

Commit

Permalink
Un-redact one occurrence of "coverage attribute not allowed here"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Dec 25, 2024
1 parent db02b1d commit e48fc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/coverage-attr/allowed-positions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#[coverage(off)]
mod submod {}

#[coverage(off)] //~ ERROR [E0788]
#[coverage(off)] //~ ERROR coverage attribute not allowed here [E0788]
type MyTypeAlias = ();

#[coverage(off)] //~ ERROR [E0788]
Expand Down

0 comments on commit e48fc62

Please sign in to comment.