blob: 9e3cd41c2777dccabdaf66e8d8d7dabf2f2ed221 [file] [log] [blame] [edit]
error: malformed `coverage` attribute input
--> $DIR/bad-attr-ice.rs:10:1
|
LL | #[coverage]
| ^^^^^^^^^^^
|
help: the following are the possible correct uses
|
LL | #[coverage(off)]
|
LL | #[coverage(on)]
|
error: aborting due to 1 previous error