@@ -24,6 +24,7 @@ LL | /// ```
24
24
LL | | /// \__________pkt->size___________/ \_result->size_/ \__pkt->size__/
25
25
LL | | /// ```
26
26
| |_______^
27
+ |
27
28
help: mark blocks that do not contain Rust code as text
28
29
|
29
30
LL | /// ```text
@@ -34,6 +35,7 @@ error: unknown start of token: `
34
35
|
35
36
3 | | ^^^^^^ did you mean `baz::foobar`?
36
37
| ^
38
+ |
37
39
help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
38
40
|
39
41
3 | | ^^^^^^ did you mean 'baz::foobar`?
@@ -44,6 +46,7 @@ error: unknown start of token: `
44
46
|
45
47
3 | | ^^^^^^ did you mean `baz::foobar`?
46
48
| ^
49
+ |
47
50
help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
48
51
|
49
52
3 | | ^^^^^^ did you mean `baz::foobar'?
@@ -59,6 +62,7 @@ LL | | /// LL | use foobar::Baz;
59
62
LL | | /// | ^^^^^^ did you mean `baz::foobar`?
60
63
LL | | /// ```
61
64
| |_______^
65
+ |
62
66
help: mark blocks that do not contain Rust code as text
63
67
|
64
68
LL | /// ```text
@@ -78,6 +82,7 @@ LL | /// ```
78
82
LL | | /// \_
79
83
LL | | /// ```
80
84
| |_______^
85
+ |
81
86
help: mark blocks that do not contain Rust code as text
82
87
|
83
88
LL | /// ```text
@@ -117,6 +122,7 @@ error: unknown start of token: `
117
122
|
118
123
1 | ```
119
124
| ^
125
+ |
120
126
help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
121
127
|
122
128
1 | '``
@@ -127,6 +133,7 @@ error: unknown start of token: `
127
133
|
128
134
1 | ```
129
135
| ^
136
+ |
130
137
help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
131
138
|
132
139
1 | `'`
@@ -137,6 +144,7 @@ error: unknown start of token: `
137
144
|
138
145
1 | ```
139
146
| ^
147
+ |
140
148
help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
141
149
|
142
150
1 | ``'
@@ -196,6 +204,7 @@ LL | | ///
196
204
LL | | ///
197
205
LL | | /// ```
198
206
| |_______^
207
+ |
199
208
help: mark blocks that do not contain Rust code as text
200
209
|
201
210
LL | /// ```text
@@ -236,6 +245,7 @@ error: unknown start of token: `
236
245
|
237
246
1 | ```
238
247
| ^
248
+ |
239
249
help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
240
250
|
241
251
1 | '``
@@ -264,6 +274,7 @@ error: unknown start of token: `
264
274
|
265
275
3 | | ^^^^^^ did you mean `baz::foobar`?
266
276
| ^
277
+ |
267
278
help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
268
279
|
269
280
3 | | ^^^^^^ did you mean 'baz::foobar`?
0 commit comments