@@ -11,8 +11,9 @@ LL | #![deny(rustdoc::broken_intra_doc_links)]
11
11
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
12
help: to link to the enum, prefix with `enum@`
13
13
|
14
- LL | /// Link to [enum@S]
15
- | ~~~~~
14
+ LL - /// Link to [struct@S]
15
+ LL + /// Link to [enum@S]
16
+ |
16
17
17
18
error: incompatible link kind for `S`
18
19
--> $DIR/disambiguator-mismatch.rs:21:14
@@ -22,8 +23,9 @@ LL | /// Link to [mod@S]
22
23
|
23
24
help: to link to the enum, prefix with `enum@`
24
25
|
25
- LL | /// Link to [enum@S]
26
- | ~~~~~
26
+ LL - /// Link to [mod@S]
27
+ LL + /// Link to [enum@S]
28
+ |
27
29
28
30
error: incompatible link kind for `S`
29
31
--> $DIR/disambiguator-mismatch.rs:26:14
@@ -33,8 +35,9 @@ LL | /// Link to [union@S]
33
35
|
34
36
help: to link to the enum, prefix with `enum@`
35
37
|
36
- LL | /// Link to [enum@S]
37
- | ~~~~~
38
+ LL - /// Link to [union@S]
39
+ LL + /// Link to [enum@S]
40
+ |
38
41
39
42
error: incompatible link kind for `S`
40
43
--> $DIR/disambiguator-mismatch.rs:31:14
@@ -44,8 +47,9 @@ LL | /// Link to [trait@S]
44
47
|
45
48
help: to link to the enum, prefix with `enum@`
46
49
|
47
- LL | /// Link to [enum@S]
48
- | ~~~~~
50
+ LL - /// Link to [trait@S]
51
+ LL + /// Link to [enum@S]
52
+ |
49
53
50
54
error: incompatible link kind for `T`
51
55
--> $DIR/disambiguator-mismatch.rs:36:14
@@ -55,8 +59,9 @@ LL | /// Link to [struct@T]
55
59
|
56
60
help: to link to the trait, prefix with `trait@`
57
61
|
58
- LL | /// Link to [trait@T]
59
- | ~~~~~~
62
+ LL - /// Link to [struct@T]
63
+ LL + /// Link to [trait@T]
64
+ |
60
65
61
66
error: incompatible link kind for `m`
62
67
--> $DIR/disambiguator-mismatch.rs:41:14
@@ -89,8 +94,9 @@ LL | /// Link to [const@s]
89
94
|
90
95
help: to link to the static, prefix with `static@`
91
96
|
92
- LL | /// Link to [static@s]
93
- | ~~~~~~~
97
+ LL - /// Link to [const@s]
98
+ LL + /// Link to [static@s]
99
+ |
94
100
95
101
error: incompatible link kind for `c`
96
102
--> $DIR/disambiguator-mismatch.rs:57:14
@@ -100,8 +106,9 @@ LL | /// Link to [static@c]
100
106
|
101
107
help: to link to the constant, prefix with `const@`
102
108
|
103
- LL | /// Link to [const@c]
104
- | ~~~~~~
109
+ LL - /// Link to [static@c]
110
+ LL + /// Link to [const@c]
111
+ |
105
112
106
113
error: incompatible link kind for `c`
107
114
--> $DIR/disambiguator-mismatch.rs:62:14
@@ -111,8 +118,9 @@ LL | /// Link to [fn@c]
111
118
|
112
119
help: to link to the constant, prefix with `const@`
113
120
|
114
- LL | /// Link to [const@c]
115
- | ~~~~~~
121
+ LL - /// Link to [fn@c]
122
+ LL + /// Link to [const@c]
123
+ |
116
124
117
125
error: incompatible link kind for `c`
118
126
--> $DIR/disambiguator-mismatch.rs:67:14
@@ -146,8 +154,9 @@ LL | /// Link to [fn@std]
146
154
|
147
155
help: to link to the crate, prefix with `mod@`
148
156
|
149
- LL | /// Link to [mod@std]
150
- | ~~~~
157
+ LL - /// Link to [fn@std]
158
+ LL + /// Link to [mod@std]
159
+ |
151
160
152
161
error: aborting due to 13 previous errors
153
162
0 commit comments