diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-12-21 21:03:19 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-01-02 16:55:12 +0100 |
| commit | 0ab6c90699e5fc70ee0a9bfe369bc356f05127f9 (patch) | |
| tree | cf45d82be86c9d19ddb473b716910a6b283bbddb /src/test/rustdoc-ui | |
| parent | 122b141f58fd12deea53fb73efcaaaa56fb87bd1 (diff) | |
| download | rust-0ab6c90699e5fc70ee0a9bfe369bc356f05127f9.tar.gz rust-0ab6c90699e5fc70ee0a9bfe369bc356f05127f9.zip | |
Update rustdoc-ui test output
Diffstat (limited to 'src/test/rustdoc-ui')
| -rw-r--r-- | src/test/rustdoc-ui/invalid-syntax.stderr | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/rustdoc-ui/invalid-syntax.stderr b/src/test/rustdoc-ui/invalid-syntax.stderr index 9a7a4d21013..75acdc5ab5f 100644 --- a/src/test/rustdoc-ui/invalid-syntax.stderr +++ b/src/test/rustdoc-ui/invalid-syntax.stderr @@ -127,8 +127,10 @@ LL | /// ```text warning: could not parse code block as Rust code --> $DIR/invalid-syntax.rs:92:9 | -LL | /// \____/ - | ^^^^^^ +LL | /// \____/ + | _________^ +LL | | /// + | |_ | = note: error from rustc: unknown start of token: \ |
