@@ -24,6 +24,7 @@ LL | /// ```
2424LL | | /// \__________pkt->size___________/ \_result->size_/ \__pkt->size__/
2525LL | | /// ```
2626 | |_______^
27+ |
2728help: mark blocks that do not contain Rust code as text
2829 |
2930LL | /// ```text
@@ -34,6 +35,7 @@ error: unknown start of token: `
3435 |
35363 | | ^^^^^^ did you mean `baz::foobar`?
3637 | ^
38+ |
3739help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
3840 |
39413 | | ^^^^^^ did you mean 'baz::foobar`?
@@ -44,6 +46,7 @@ error: unknown start of token: `
4446 |
45473 | | ^^^^^^ did you mean `baz::foobar`?
4648 | ^
49+ |
4750help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
4851 |
49523 | | ^^^^^^ did you mean `baz::foobar'?
@@ -59,6 +62,7 @@ LL | | /// LL | use foobar::Baz;
5962LL | | /// | ^^^^^^ did you mean `baz::foobar`?
6063LL | | /// ```
6164 | |_______^
65+ |
6266help: mark blocks that do not contain Rust code as text
6367 |
6468LL | /// ```text
@@ -78,6 +82,7 @@ LL | /// ```
7882LL | | /// \_
7983LL | | /// ```
8084 | |_______^
85+ |
8186help: mark blocks that do not contain Rust code as text
8287 |
8388LL | /// ```text
@@ -117,6 +122,7 @@ error: unknown start of token: `
117122 |
1181231 | ```
119124 | ^
125+ |
120126help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
121127 |
1221281 | '``
@@ -127,6 +133,7 @@ error: unknown start of token: `
127133 |
1281341 | ```
129135 | ^
136+ |
130137help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
131138 |
1321391 | `'`
@@ -137,6 +144,7 @@ error: unknown start of token: `
137144 |
1381451 | ```
139146 | ^
147+ |
140148help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
141149 |
1421501 | ``'
@@ -196,6 +204,7 @@ LL | | ///
196204LL | | ///
197205LL | | /// ```
198206 | |_______^
207+ |
199208help: mark blocks that do not contain Rust code as text
200209 |
201210LL | /// ```text
@@ -236,6 +245,7 @@ error: unknown start of token: `
236245 |
2372461 | ```
238247 | ^
248+ |
239249help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
240250 |
2412511 | '``
@@ -264,6 +274,7 @@ error: unknown start of token: `
264274 |
2652753 | | ^^^^^^ did you mean `baz::foobar`?
266276 | ^
277+ |
267278help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
268279 |
2692803 | | ^^^^^^ did you mean 'baz::foobar`?
0 commit comments