|
| 1 | +error: malformed `coverage` attribute input |
| 2 | + --> $DIR/name-value.rs:15:1 |
| 3 | + | |
| 4 | +LL | #[coverage = "off"] |
| 5 | + | ^^^^^^^^^^^^^^^^^^^ |
| 6 | + | |
| 7 | +help: the following are the possible correct uses |
| 8 | + | |
| 9 | +LL | #[coverage(on|off)] |
| 10 | + | ~~~~~~~~~~~~~~~~~~~ |
| 11 | +LL | #[coverage] |
| 12 | + | ~~~~~~~~~~~ |
| 13 | + |
| 14 | +error: malformed `coverage` attribute input |
| 15 | + --> $DIR/name-value.rs:19:5 |
| 16 | + | |
| 17 | +LL | #![coverage = "off"] |
| 18 | + | ^^^^^^^^^^^^^^^^^^^^ |
| 19 | + | |
| 20 | +help: the following are the possible correct uses |
| 21 | + | |
| 22 | +LL | #![coverage(on|off)] |
| 23 | + | ~~~~~~~~~~~~~~~~~~~~ |
| 24 | +LL | #![coverage] |
| 25 | + | ~~~~~~~~~~~~ |
| 26 | + |
| 27 | +error: malformed `coverage` attribute input |
| 28 | + --> $DIR/name-value.rs:22:1 |
| 29 | + | |
| 30 | +LL | #[coverage = "off"] |
| 31 | + | ^^^^^^^^^^^^^^^^^^^ |
| 32 | + | |
| 33 | +help: the following are the possible correct uses |
| 34 | + | |
| 35 | +LL | #[coverage(on|off)] |
| 36 | + | |
| 37 | +LL | #[coverage] |
| 38 | + | |
| 39 | + |
| 40 | +error: malformed `coverage` attribute input |
| 41 | + --> $DIR/name-value.rs:29:5 |
| 42 | + | |
| 43 | +LL | #[coverage = "off"] |
| 44 | + | ^^^^^^^^^^^^^^^^^^^ |
| 45 | + | |
| 46 | +help: the following are the possible correct uses |
| 47 | + | |
| 48 | +LL | #[coverage(on|off)] |
| 49 | + | |
| 50 | +LL | #[coverage] |
| 51 | + | |
| 52 | + |
| 53 | +error: malformed `coverage` attribute input |
| 54 | + --> $DIR/name-value.rs:27:1 |
| 55 | + | |
| 56 | +LL | #[coverage = "off"] |
| 57 | + | ^^^^^^^^^^^^^^^^^^^ |
| 58 | + | |
| 59 | +help: the following are the possible correct uses |
| 60 | + | |
| 61 | +LL | #[coverage(on|off)] |
| 62 | + | ~~~~~~~~~~~~~~~~~~~ |
| 63 | +LL | #[coverage] |
| 64 | + | ~~~~~~~~~~~ |
| 65 | + |
| 66 | +error: malformed `coverage` attribute input |
| 67 | + --> $DIR/name-value.rs:37:5 |
| 68 | + | |
| 69 | +LL | #[coverage = "off"] |
| 70 | + | ^^^^^^^^^^^^^^^^^^^ |
| 71 | + | |
| 72 | +help: the following are the possible correct uses |
| 73 | + | |
| 74 | +LL | #[coverage(on|off)] |
| 75 | + | |
| 76 | +LL | #[coverage] |
| 77 | + | |
| 78 | + |
| 79 | +error: malformed `coverage` attribute input |
| 80 | + --> $DIR/name-value.rs:42:5 |
| 81 | + | |
| 82 | +LL | #[coverage = "off"] |
| 83 | + | ^^^^^^^^^^^^^^^^^^^ |
| 84 | + | |
| 85 | +help: the following are the possible correct uses |
| 86 | + | |
| 87 | +LL | #[coverage(on|off)] |
| 88 | + | |
| 89 | +LL | #[coverage] |
| 90 | + | |
| 91 | + |
| 92 | +error: malformed `coverage` attribute input |
| 93 | + --> $DIR/name-value.rs:35:1 |
| 94 | + | |
| 95 | +LL | #[coverage = "off"] |
| 96 | + | ^^^^^^^^^^^^^^^^^^^ |
| 97 | + | |
| 98 | +help: the following are the possible correct uses |
| 99 | + | |
| 100 | +LL | #[coverage(on|off)] |
| 101 | + | ~~~~~~~~~~~~~~~~~~~ |
| 102 | +LL | #[coverage] |
| 103 | + | ~~~~~~~~~~~ |
| 104 | + |
| 105 | +error: malformed `coverage` attribute input |
| 106 | + --> $DIR/name-value.rs:50:5 |
| 107 | + | |
| 108 | +LL | #[coverage = "off"] |
| 109 | + | ^^^^^^^^^^^^^^^^^^^ |
| 110 | + | |
| 111 | +help: the following are the possible correct uses |
| 112 | + | |
| 113 | +LL | #[coverage(on|off)] |
| 114 | + | |
| 115 | +LL | #[coverage] |
| 116 | + | |
| 117 | + |
| 118 | +error: malformed `coverage` attribute input |
| 119 | + --> $DIR/name-value.rs:55:5 |
| 120 | + | |
| 121 | +LL | #[coverage = "off"] |
| 122 | + | ^^^^^^^^^^^^^^^^^^^ |
| 123 | + | |
| 124 | +help: the following are the possible correct uses |
| 125 | + | |
| 126 | +LL | #[coverage(on|off)] |
| 127 | + | |
| 128 | +LL | #[coverage] |
| 129 | + | |
| 130 | + |
| 131 | +error: malformed `coverage` attribute input |
| 132 | + --> $DIR/name-value.rs:48:1 |
| 133 | + | |
| 134 | +LL | #[coverage = "off"] |
| 135 | + | ^^^^^^^^^^^^^^^^^^^ |
| 136 | + | |
| 137 | +help: the following are the possible correct uses |
| 138 | + | |
| 139 | +LL | #[coverage(on|off)] |
| 140 | + | ~~~~~~~~~~~~~~~~~~~ |
| 141 | +LL | #[coverage] |
| 142 | + | ~~~~~~~~~~~ |
| 143 | + |
| 144 | +error: malformed `coverage` attribute input |
| 145 | + --> $DIR/name-value.rs:61:1 |
| 146 | + | |
| 147 | +LL | #[coverage = "off"] |
| 148 | + | ^^^^^^^^^^^^^^^^^^^ |
| 149 | + | |
| 150 | +help: the following are the possible correct uses |
| 151 | + | |
| 152 | +LL | #[coverage(on|off)] |
| 153 | + | |
| 154 | +LL | #[coverage] |
| 155 | + | |
| 156 | + |
| 157 | +error[E0788]: `#[coverage]` must be applied to coverable code |
| 158 | + --> $DIR/name-value.rs:22:1 |
| 159 | + | |
| 160 | +LL | #[coverage = "off"] |
| 161 | + | ^^^^^^^^^^^^^^^^^^^ |
| 162 | +... |
| 163 | +LL | struct MyStruct; |
| 164 | + | ---------------- not coverable code |
| 165 | + |
| 166 | +error[E0788]: `#[coverage]` must be applied to coverable code |
| 167 | + --> $DIR/name-value.rs:37:5 |
| 168 | + | |
| 169 | +LL | #[coverage = "off"] |
| 170 | + | ^^^^^^^^^^^^^^^^^^^ |
| 171 | +... |
| 172 | +LL | const X: u32; |
| 173 | + | ------------- not coverable code |
| 174 | + |
| 175 | +error[E0788]: `#[coverage]` must be applied to coverable code |
| 176 | + --> $DIR/name-value.rs:42:5 |
| 177 | + | |
| 178 | +LL | #[coverage = "off"] |
| 179 | + | ^^^^^^^^^^^^^^^^^^^ |
| 180 | +... |
| 181 | +LL | type T; |
| 182 | + | ------- not coverable code |
| 183 | + |
| 184 | +error[E0788]: `#[coverage]` must be applied to coverable code |
| 185 | + --> $DIR/name-value.rs:29:5 |
| 186 | + | |
| 187 | +LL | #[coverage = "off"] |
| 188 | + | ^^^^^^^^^^^^^^^^^^^ |
| 189 | +... |
| 190 | +LL | const X: u32 = 7; |
| 191 | + | ----------------- not coverable code |
| 192 | + |
| 193 | +error[E0788]: `#[coverage]` must be applied to coverable code |
| 194 | + --> $DIR/name-value.rs:50:5 |
| 195 | + | |
| 196 | +LL | #[coverage = "off"] |
| 197 | + | ^^^^^^^^^^^^^^^^^^^ |
| 198 | +... |
| 199 | +LL | const X: u32 = 8; |
| 200 | + | ----------------- not coverable code |
| 201 | + |
| 202 | +error[E0788]: `#[coverage]` must be applied to coverable code |
| 203 | + --> $DIR/name-value.rs:55:5 |
| 204 | + | |
| 205 | +LL | #[coverage = "off"] |
| 206 | + | ^^^^^^^^^^^^^^^^^^^ |
| 207 | +... |
| 208 | +LL | type T = (); |
| 209 | + | ------------ not coverable code |
| 210 | + |
| 211 | +error: expected `coverage(off)` or `coverage(on)` |
| 212 | + --> $DIR/name-value.rs:61:1 |
| 213 | + | |
| 214 | +LL | #[coverage = "off"] |
| 215 | + | ^^^^^^^^^^^^^^^^^^^ |
| 216 | + |
| 217 | +error: aborting due to 19 previous errors |
| 218 | + |
| 219 | +For more information about this error, try `rustc --explain E0788`. |
0 commit comments