Skip to content

Commit ddd7540

Browse files
committed
add more error annotations
1 parent a20414f commit ddd7540

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/rustdoc-ui/bad-intra-doc.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
/// this is not a link to [`example.com`] //~ERROR unresolved link
77
///
8-
/// this link [`has spaces in it`].
8+
/// this link [`has spaces in it`]. //~ERROR unresolved link
99
///
10-
/// attempted link to method: [`Foo.bar()`]
10+
/// attempted link to method: [`Foo.bar()`] //~ERROR unresolved link
1111
///
12-
/// classic broken intra-doc link: [`Bar`]
12+
/// classic broken intra-doc link: [`Bar`] //~ERROR unresolved link
1313
pub struct Foo;

0 commit comments

Comments
 (0)