@@ -7,9 +7,9 @@ LL | #[coverage]
7
7
help: the following are the possible correct uses
8
8
|
9
9
LL | #[coverage(off)]
10
- |
10
+ | +++++
11
11
LL | #[coverage(on)]
12
- |
12
+ | ++++
13
13
14
14
error: malformed `coverage` attribute input
15
15
--> $DIR/word-only.rs:17:5
@@ -20,9 +20,9 @@ LL | #![coverage]
20
20
help: the following are the possible correct uses
21
21
|
22
22
LL | #![coverage(off)]
23
- |
23
+ | +++++
24
24
LL | #![coverage(on)]
25
- |
25
+ | ++++
26
26
27
27
error: malformed `coverage` attribute input
28
28
--> $DIR/word-only.rs:21:1
@@ -33,9 +33,9 @@ LL | #[coverage]
33
33
help: the following are the possible correct uses
34
34
|
35
35
LL | #[coverage(off)]
36
- |
36
+ | +++++
37
37
LL | #[coverage(on)]
38
- |
38
+ | ++++
39
39
40
40
error: malformed `coverage` attribute input
41
41
--> $DIR/word-only.rs:29:5
@@ -46,9 +46,9 @@ LL | #[coverage]
46
46
help: the following are the possible correct uses
47
47
|
48
48
LL | #[coverage(off)]
49
- |
49
+ | +++++
50
50
LL | #[coverage(on)]
51
- |
51
+ | ++++
52
52
53
53
error: malformed `coverage` attribute input
54
54
--> $DIR/word-only.rs:26:1
@@ -59,9 +59,9 @@ LL | #[coverage]
59
59
help: the following are the possible correct uses
60
60
|
61
61
LL | #[coverage(off)]
62
- |
62
+ | +++++
63
63
LL | #[coverage(on)]
64
- |
64
+ | ++++
65
65
66
66
error: malformed `coverage` attribute input
67
67
--> $DIR/word-only.rs:39:5
@@ -72,9 +72,9 @@ LL | #[coverage]
72
72
help: the following are the possible correct uses
73
73
|
74
74
LL | #[coverage(off)]
75
- |
75
+ | +++++
76
76
LL | #[coverage(on)]
77
- |
77
+ | ++++
78
78
79
79
error: malformed `coverage` attribute input
80
80
--> $DIR/word-only.rs:44:5
@@ -85,9 +85,9 @@ LL | #[coverage]
85
85
help: the following are the possible correct uses
86
86
|
87
87
LL | #[coverage(off)]
88
- |
88
+ | +++++
89
89
LL | #[coverage(on)]
90
- |
90
+ | ++++
91
91
92
92
error: malformed `coverage` attribute input
93
93
--> $DIR/word-only.rs:35:1
@@ -98,9 +98,9 @@ LL | #[coverage]
98
98
help: the following are the possible correct uses
99
99
|
100
100
LL | #[coverage(off)]
101
- |
101
+ | +++++
102
102
LL | #[coverage(on)]
103
- |
103
+ | ++++
104
104
105
105
error: malformed `coverage` attribute input
106
106
--> $DIR/word-only.rs:53:5
@@ -111,9 +111,9 @@ LL | #[coverage]
111
111
help: the following are the possible correct uses
112
112
|
113
113
LL | #[coverage(off)]
114
- |
114
+ | +++++
115
115
LL | #[coverage(on)]
116
- |
116
+ | ++++
117
117
118
118
error: malformed `coverage` attribute input
119
119
--> $DIR/word-only.rs:58:5
@@ -124,9 +124,9 @@ LL | #[coverage]
124
124
help: the following are the possible correct uses
125
125
|
126
126
LL | #[coverage(off)]
127
- |
127
+ | +++++
128
128
LL | #[coverage(on)]
129
- |
129
+ | ++++
130
130
131
131
error: malformed `coverage` attribute input
132
132
--> $DIR/word-only.rs:50:1
@@ -137,9 +137,9 @@ LL | #[coverage]
137
137
help: the following are the possible correct uses
138
138
|
139
139
LL | #[coverage(off)]
140
- |
140
+ | +++++
141
141
LL | #[coverage(on)]
142
- |
142
+ | ++++
143
143
144
144
error: malformed `coverage` attribute input
145
145
--> $DIR/word-only.rs:64:1
@@ -150,9 +150,9 @@ LL | #[coverage]
150
150
help: the following are the possible correct uses
151
151
|
152
152
LL | #[coverage(off)]
153
- |
153
+ | +++++
154
154
LL | #[coverage(on)]
155
- |
155
+ | ++++
156
156
157
157
error[E0788]: coverage attribute not allowed here
158
158
--> $DIR/word-only.rs:21:1
0 commit comments