2024-10-03 16:53:51 +10:00
|
|
|
error: malformed `coverage` attribute input
|
2024-12-22 14:26:54 +11:00
|
|
|
--> $DIR/bad-attr-ice.rs:11:1
|
2024-10-03 16:53:51 +10:00
|
|
|
|
|
|
|
|
|
LL | #[coverage]
|
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
|
help: the following are the possible correct uses
|
|
|
|
|
|
|
2025-02-20 23:05:38 +00:00
|
|
|
LL | #[coverage(off)]
|
2025-02-21 00:29:56 +00:00
|
|
|
| +++++
|
2025-02-20 23:05:38 +00:00
|
|
|
LL | #[coverage(on)]
|
2025-02-21 00:29:56 +00:00
|
|
|
| ++++
|
2024-10-03 16:53:51 +10:00
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|