2024-06-19 02:09:56 +00:00
|
|
|
error: malformed `coverage` attribute input
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:12:1
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
help: the following are the possible correct uses
|
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(off)]
|
2024-06-20 08:13:48 +00:00
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(on)]
|
2024-06-20 08:13:48 +00:00
|
|
|
|
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
error: malformed `coverage` attribute input
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:17:5
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #![coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
help: the following are the possible correct uses
|
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #![coverage = "off"]
|
|
|
|
LL + #![coverage(off)]
|
2024-06-20 08:13:48 +00:00
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #![coverage = "off"]
|
|
|
|
LL + #![coverage(on)]
|
2024-06-20 08:13:48 +00:00
|
|
|
|
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
error: malformed `coverage` attribute input
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:21:1
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
help: the following are the possible correct uses
|
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(off)]
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(on)]
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
|
2025-04-01 01:04:56 +00:00
|
|
|
error: malformed `coverage` attribute input
|
|
|
|
--> $DIR/name-value.rs:26:1
|
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
help: the following are the possible correct uses
|
|
|
|
|
|
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(off)]
|
|
|
|
|
|
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(on)]
|
|
|
|
|
|
|
|
|
|
2024-06-19 02:09:56 +00:00
|
|
|
error: malformed `coverage` attribute input
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:29:5
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
help: the following are the possible correct uses
|
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(off)]
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(on)]
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
error: malformed `coverage` attribute input
|
2025-04-01 01:04:56 +00:00
|
|
|
--> $DIR/name-value.rs:35:1
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
help: the following are the possible correct uses
|
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(off)]
|
2024-06-20 08:13:48 +00:00
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(on)]
|
2024-06-20 08:13:48 +00:00
|
|
|
|
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
error: malformed `coverage` attribute input
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:39:5
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
help: the following are the possible correct uses
|
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(off)]
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(on)]
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
error: malformed `coverage` attribute input
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:44:5
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
help: the following are the possible correct uses
|
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(off)]
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(on)]
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
error: malformed `coverage` attribute input
|
2025-04-01 01:04:56 +00:00
|
|
|
--> $DIR/name-value.rs:50:1
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
help: the following are the possible correct uses
|
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(off)]
|
2024-06-20 08:13:48 +00:00
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(on)]
|
2024-06-20 08:13:48 +00:00
|
|
|
|
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
error: malformed `coverage` attribute input
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:53:5
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
help: the following are the possible correct uses
|
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(off)]
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(on)]
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
error: malformed `coverage` attribute input
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:58:5
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
help: the following are the possible correct uses
|
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(off)]
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(on)]
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
error: malformed `coverage` attribute input
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:64:1
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
help: the following are the possible correct uses
|
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(off)]
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
LL - #[coverage = "off"]
|
|
|
|
LL + #[coverage(on)]
|
2024-06-20 08:13:48 +00:00
|
|
|
|
|
|
|
|
|
2024-12-25 03:57:21 +00:00
|
|
|
error[E0788]: coverage attribute not allowed here
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:21:1
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
...
|
|
|
|
LL | struct MyStruct;
|
2024-12-25 03:57:21 +00:00
|
|
|
| ---------------- not a function, impl block, or module
|
|
|
|
|
|
|
|
|
= help: coverage attribute can be applied to a function (with body), impl block, or module
|
2024-06-20 08:13:48 +00:00
|
|
|
|
2024-12-25 03:57:21 +00:00
|
|
|
error[E0788]: coverage attribute not allowed here
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:35:1
|
2024-06-20 08:13:48 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
...
|
|
|
|
LL | / trait MyTrait {
|
|
|
|
LL | | #[coverage = "off"]
|
|
|
|
... |
|
|
|
|
LL | | type T;
|
|
|
|
LL | | }
|
2024-12-25 03:57:21 +00:00
|
|
|
| |_- not a function, impl block, or module
|
|
|
|
|
|
|
|
|
= help: coverage attribute can be applied to a function (with body), impl block, or module
|
2024-06-19 02:09:56 +00:00
|
|
|
|
2024-12-25 03:57:21 +00:00
|
|
|
error[E0788]: coverage attribute not allowed here
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:39:5
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
...
|
|
|
|
LL | const X: u32;
|
2024-12-25 03:57:21 +00:00
|
|
|
| ------------- not a function, impl block, or module
|
|
|
|
|
|
|
|
|
= help: coverage attribute can be applied to a function (with body), impl block, or module
|
2024-06-19 02:09:56 +00:00
|
|
|
|
2024-12-25 03:57:21 +00:00
|
|
|
error[E0788]: coverage attribute not allowed here
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:44:5
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
...
|
|
|
|
LL | type T;
|
2024-12-25 03:57:21 +00:00
|
|
|
| ------- not a function, impl block, or module
|
|
|
|
|
|
|
|
|
= help: coverage attribute can be applied to a function (with body), impl block, or module
|
2024-06-19 02:09:56 +00:00
|
|
|
|
2024-12-25 03:57:21 +00:00
|
|
|
error[E0788]: coverage attribute not allowed here
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:29:5
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
...
|
|
|
|
LL | const X: u32 = 7;
|
2024-12-25 03:57:21 +00:00
|
|
|
| ----------------- not a function, impl block, or module
|
|
|
|
|
|
|
|
|
= help: coverage attribute can be applied to a function (with body), impl block, or module
|
2024-06-19 02:09:56 +00:00
|
|
|
|
2024-12-25 03:57:21 +00:00
|
|
|
error[E0788]: coverage attribute not allowed here
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:53:5
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
...
|
|
|
|
LL | const X: u32 = 8;
|
2024-12-25 03:57:21 +00:00
|
|
|
| ----------------- not a function, impl block, or module
|
|
|
|
|
|
|
|
|
= help: coverage attribute can be applied to a function (with body), impl block, or module
|
2024-06-19 02:09:56 +00:00
|
|
|
|
2024-12-25 03:57:21 +00:00
|
|
|
error[E0788]: coverage attribute not allowed here
|
2024-12-22 03:26:54 +00:00
|
|
|
--> $DIR/name-value.rs:58:5
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
|
LL | #[coverage = "off"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
...
|
|
|
|
LL | type T = ();
|
2024-12-25 03:57:21 +00:00
|
|
|
| ------------ not a function, impl block, or module
|
|
|
|
|
|
|
|
|
= help: coverage attribute can be applied to a function (with body), impl block, or module
|
2024-06-19 02:09:56 +00:00
|
|
|
|
2024-06-21 11:59:02 +00:00
|
|
|
error: aborting due to 19 previous errors
|
2024-06-19 02:09:56 +00:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0788`.
|