Skip to content

Commit da39b68

Browse files
author
Alexander Regueiro
committed
Reblessed test outputs.
1 parent d2b8532 commit da39b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/doc.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ LL | /// The foo_bar function does _nothing_. See also foo::bar. (note the dot t
2121
error: you should put `Foo::some_fun` between ticks in the documentation
2222
--> $DIR/doc.rs:9:84
2323
|
24-
LL | /, andThis /_ is ok. So is `_`. But not Foo::some_fun
25-
| ^^^^^^^^^^^^^
24+
LL | /// Markdown is _weird_. I mean _really weird_. This \_ is ok. So is `_`. But not Foo::some_fun
25+
| ^^^^^^^^^^^^^
2626

2727
error: you should put `a::global:path` between ticks in the documentation
2828
--> $DIR/doc.rs:11:15

0 commit comments

Comments
 (0)