@@ -8,28 +8,30 @@ pub mod char {}
8
8
/// See [S] and [`S`]
9
9
pub struct MyStruct1 ;
10
10
11
- // Ensure that link texts are replaced correctly even if there are multiple links with the same target but different text
11
+ // Ensure that link texts are replaced correctly even if there are multiple links with
12
+ // the same target but different text
12
13
13
14
/// See also [crate::char] and [mod@char] and [prim@char]
14
- // @has prim_precedence /struct.MyStruct2.html '//*[@href="char/index.html"]' 'crate::char'
15
+ // @has issue-108459 /struct.MyStruct2.html '//*[@href="char/index.html"]' 'crate::char'
15
16
// @has - '//*[@href="char/index.html"]' 'char'
16
17
// @has - '//*[@href="{{channel}}/std/primitive.char.html"]' 'char'
17
18
pub struct MyStruct2 ;
18
19
19
20
/// See also [mod@char] and [prim@char] and [crate::char]
20
- // @has prim_precedence /struct.MyStruct3.html '//*[@href="char/index.html"]' 'crate::char'
21
+ // @has issue-108459 /struct.MyStruct3.html '//*[@href="char/index.html"]' 'crate::char'
21
22
// @has - '//*[@href="char/index.html"]' 'char'
22
23
// @has - '//*[@href="{{channel}}/std/primitive.char.html"]' 'char'
23
24
pub struct MyStruct3 ;
24
25
25
- // Ensure that links are correct even if there are multiple links with the same text but different targets
26
+ // Ensure that links are correct even if there are multiple links with the same text but
27
+ // different targets
26
28
27
29
/// See also [char][mod@char] and [char][prim@char]
28
- // @has prim_precedence /struct.MyStruct4.html '//*[@href="char/index.html"]' 'char'
30
+ // @has issue-108459 /struct.MyStruct4.html '//*[@href="char/index.html"]' 'char'
29
31
// @has - '//*[@href="{{channel}}/std/primitive.char.html"]' 'char'
30
32
pub struct MyStruct4 ;
31
33
32
34
/// See also [char][prim@char] and [char][crate::char]
33
- // @has prim_precedence /struct.MyStruct5.html '//*[@href="char/index.html"]' 'char'
35
+ // @has issue-108459 /struct.MyStruct5.html '//*[@href="char/index.html"]' 'char'
34
36
// @has - '//*[@href="{{channel}}/std/primitive.char.html"]' 'char'
35
37
pub struct MyStruct5 ;
0 commit comments