Skip to content

Commit a7c0800

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

tests/ui/update-references.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# script will then copy that output and replace the "expected output"
77
# files. You can then commit the changes.
88
#
9-
# If you find yourself manually editing a foo.stderr file, you're
9+
# If you find yourself manually editing a `foo.stderr` file, you're
1010
# doing it wrong.
1111

1212
if [[ "$1" == "--help" || "$1" == "-h" || "$1" == "" || "$2" == "" ]]; then

0 commit comments

Comments
 (0)