File tree 2 files changed +3
-3
lines changed
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
21
21
error: you should put `Foo::some_fun` between ticks in the documentation
22
22
--> $DIR/doc.rs:9:84
23
23
|
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
+ | ^^^^^^^^^^^^^
26
26
27
27
error: you should put `a::global:path` between ticks in the documentation
28
28
--> $DIR/doc.rs:11:15
Original file line number Diff line number Diff line change 6
6
# script will then copy that output and replace the "expected output"
7
7
# files. You can then commit the changes.
8
8
#
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
10
10
# doing it wrong.
11
11
12
12
if [[ " $1 " == " --help" || " $1 " == " -h" || " $1 " == " " || " $2 " == " " ]]; then
You can’t perform that action at this time.
0 commit comments