File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
// ignore-tidy-linelength
2
2
3
+ #![ crate_type="lib" ]
4
+
3
5
pub mod internal {
4
6
// @has 'raw_ident_eliminate_r_hashtag/internal/struct.mod.html'
5
7
pub struct r#mod ;
@@ -8,13 +10,13 @@ pub mod internal {
8
10
///
9
11
/// [name]: mod
10
12
/// [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
+ // @has 'raw_ident_eliminate_r_hashtag/internal/struct.B.html' '//* a[@href="../ ../raw_ident_eliminate_r_hashtag/internal/struct.mod.html"]' 'name'
14
+ // @has 'raw_ident_eliminate_r_hashtag/internal/struct.B.html' '//* a[@href="../ ../raw_ident_eliminate_r_hashtag/internal/struct.mod.html"]' 'other name'
13
15
pub struct B ;
14
16
}
15
17
16
18
/// See [name].
17
19
///
18
20
/// [name]: internal::mod
19
- // @has 'raw_ident_eliminate_r_hashtag/struct.A.html' '//a[@href="../raw_ident_eliminate_r_hashtag/internal/struct.mod.html"]' 'name'
20
- struct A ;
21
+ // @has 'raw_ident_eliminate_r_hashtag/struct.A.html' '//* a[@href="../raw_ident_eliminate_r_hashtag/internal/struct.mod.html"]' 'name'
22
+ pub struct A ;
You can’t perform that action at this time.
0 commit comments