diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-06 03:28:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-06 03:28:11 +0100 |
| commit | f5c54896b9ff6bd62ffd3c8b9d2b2c4e7461d380 (patch) | |
| tree | 54e565376f1c1353187e785851d01369c059e386 /src/test | |
| parent | e5da1a12e745e0d92cfae421673faac4fd5e4069 (diff) | |
| parent | d06a4ded13b948a6a5b546514ccc7009097f145a (diff) | |
| download | rust-f5c54896b9ff6bd62ffd3c8b9d2b2c4e7461d380.tar.gz rust-f5c54896b9ff6bd62ffd3c8b9d2b2c4e7461d380.zip | |
Rollup merge of #66068 - euclio:null-emitter, r=estebank
use silent emitter for rustdoc highlighting pass Partially addresses #63284.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/rustdoc-ui/invalid-syntax.stderr | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/src/test/rustdoc-ui/invalid-syntax.stderr b/src/test/rustdoc-ui/invalid-syntax.stderr index 8ec4338e13f..84c10028fd1 100644 --- a/src/test/rustdoc-ui/invalid-syntax.stderr +++ b/src/test/rustdoc-ui/invalid-syntax.stderr @@ -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__/ - | ^ - |
