We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c70696 commit ecfeac5Copy full SHA for ecfeac5
src/test/rustdoc/raw-ident-eliminate-r-hashtag.rs
@@ -1,12 +1,13 @@
1
// ignore-tidy-linelength
2
3
pub mod internal {
4
+ // @has 'raw_ident_eliminate_r_hashtag/internal/struct.mod.html'
5
pub struct r#mod;
6
7
/// See [name], [other name]
8
///
9
/// [name]: mod
- /// [other name]: ../internal/struct.mod.html
10
+ /// [other name]: crate::internal::mod
11
// @has 'raw_ident_eliminate_r_hashtag/internal/struct.B.html' '//a[@href="../raw_ident_eliminate_r_hashtag/internal/struct.mod.html"]' 'name'
12
// @has 'raw_ident_eliminate_r_hashtag/internal/struct.B.html' '//a[@href="../raw_ident_eliminate_r_hashtag/internal/struct.mod.html"]' 'other name'
13
pub struct B;
0 commit comments