File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ LL | /// The foo_bar function does _nothing_. See also foo::bar. (note the dot t
2121error: 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
2727error: you should put `a::global:path` between ticks in the documentation
2828 --> $DIR/doc.rs:11:15
Original file line number Diff line number Diff line change 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
1212if [[ " $1 " == " --help" || " $1 " == " -h" || " $1 " == " " || " $2 " == " " ]]; then
You can’t perform that action at this time.
0 commit comments