Files
rust/tests/ui/coverage-attr/bad-attr-ice.feat.stderr

16 lines
301 B
Plaintext
Raw Normal View History

error: malformed `coverage` attribute input
--> $DIR/bad-attr-ice.rs:11:1
|
LL | #[coverage]
| ^^^^^^^^^^^
|
help: the following are the possible correct uses
|
2025-02-20 23:05:38 +00:00
LL | #[coverage(off)]
| +++++
2025-02-20 23:05:38 +00:00
LL | #[coverage(on)]
| ++++
error: aborting due to 1 previous error