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