Skip to content

Commit 0ab6c90

Browse files
Update rustdoc-ui test output
1 parent 122b141 commit 0ab6c90

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/test/rustdoc-ui/invalid-syntax.stderr

+4-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,10 @@ LL | /// ```text
127127
warning: could not parse code block as Rust code
128128
--> $DIR/invalid-syntax.rs:92:9
129129
|
130-
LL | /// \____/
131-
| ^^^^^^
130+
LL | /// \____/
131+
| _________^
132+
LL | | ///
133+
| |_
132134
|
133135
= note: error from rustc: unknown start of token: \
134136

0 commit comments

Comments
 (0)