We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b8532 commit da39b68Copy full SHA for da39b68
tests/ui/doc.stderr
@@ -21,8 +21,8 @@ LL | /// The foo_bar function does _nothing_. See also foo::bar. (note the dot t
21
error: you should put `Foo::some_fun` between ticks in the documentation
22
--> $DIR/doc.rs:9:84
23
|
24
-LL | /, andThis /_ is ok. So is `_`. But not Foo::some_fun
25
- | ^^^^^^^^^^^^^
+LL | /// Markdown is _weird_. I mean _really weird_. This \_ is ok. So is `_`. But not Foo::some_fun
+ | ^^^^^^^^^^^^^
26
27
error: you should put `a::global:path` between ticks in the documentation
28
--> $DIR/doc.rs:11:15
0 commit comments