Rollup merge of #66068 - euclio:null-emitter, r=estebank
use silent emitter for rustdoc highlighting pass Partially addresses #63284.
This commit is contained in:
commit
f5c54896b9
5 changed files with 19 additions and 79 deletions
|
|
@ -222,67 +222,3 @@ warning: could not parse code block as Rust code
|
|||
LL | /// \____/
|
||||
| ^^^^^^
|
||||
|
||||
error: unknown start of token: \
|
||||
--> <rustdoc-highlighting>:1:1
|
||||
|
|
||||
1 | \____/
|
||||
| ^
|
||||
|
||||
error: unknown start of token: \
|
||||
--> <rustdoc-highlighting>:1:1
|
||||
|
|
||||
1 | \_
|
||||
| ^
|
||||
|
||||
error: unknown start of token: \
|
||||
--> <rustdoc-highlighting>:1:1
|
||||
|
|
||||
1 | \_
|
||||
| ^
|
||||
|
||||
error: unknown start of token: `
|
||||
--> <rustdoc-highlighting>:1:1
|
||||
|
|
||||
1 | ```
|
||||
| ^
|
||||
|
|
||||
help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
|
||||
|
|
||||
1 | '``
|
||||
| ^
|
||||
|
||||
error: unknown start of token: \
|
||||
--> <rustdoc-highlighting>:2:1
|
||||
|
|
||||
2 | \_
|
||||
| ^
|
||||
|
||||
error: unknown start of token: \
|
||||
--> <rustdoc-highlighting>:1:1
|
||||
|
|
||||
1 | \_
|
||||
| ^
|
||||
|
||||
error: unknown start of token: \
|
||||
--> <rustdoc-highlighting>:1:1
|
||||
|
|
||||
1 | \_
|
||||
| ^
|
||||
|
||||
error: unknown start of token: `
|
||||
--> <rustdoc-highlighting>:3:30
|
||||
|
|
||||
3 | | ^^^^^^ did you mean `baz::foobar`?
|
||||
| ^
|
||||
|
|
||||
help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
|
||||
|
|
||||
3 | | ^^^^^^ did you mean 'baz::foobar`?
|
||||
| ^
|
||||
|
||||
error: unknown start of token: \
|
||||
--> <rustdoc-highlighting>:1:1
|
||||
|
|
||||
1 | \__________pkt->size___________/ \_result->size_/ \__pkt->size__/
|
||||
| ^
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue