Skip to content

Commit cee9e0a

Browse files
Update tests/rustdoc-ui/bad-intra-doc.rs
add error annotation Co-authored-by: Michael Howell <[email protected]>
1 parent 53cb8b0 commit cee9e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// regression test for https://github.com/rust-lang/rust/issues/54191
55

6-
/// this is not a link to [`example.com`]
6+
/// this is not a link to [`example.com`] //~ERROR unresolved link
77
///
88
/// this link [`has spaces in it`].
99
///

0 commit comments

Comments
 (0)