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 9b9d4f0 commit 8234f02Copy full SHA for 8234f02
tests/rustdoc-ui/bad-intra-doc.rs
@@ -5,9 +5,9 @@
5
6
/// this is not a link to [`example.com`] //~ERROR unresolved link
7
///
8
-/// this link [`has spaces in it`].
+/// this link [`has spaces in it`]. //~ERROR unresolved link
9
10
-/// attempted link to method: [`Foo.bar()`]
+/// attempted link to method: [`Foo.bar()`] //~ERROR unresolved link
11
12
-/// classic broken intra-doc link: [`Bar`]
+/// classic broken intra-doc link: [`Bar`] //~ERROR unresolved link
13
pub struct Foo;
0 commit comments