@@ -11,8 +11,9 @@ LL | #![deny(rustdoc::broken_intra_doc_links)]
1111 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1212help: to link to the enum, prefix with `enum@`
1313 |
14- LL | /// Link to [enum@S]
15- | ~~~~~
14+ LL - /// Link to [struct@S]
15+ LL + /// Link to [enum@S]
16+ |
1617
1718error: incompatible link kind for `S`
1819 --> $DIR/disambiguator-mismatch.rs:21:14
@@ -22,8 +23,9 @@ LL | /// Link to [mod@S]
2223 |
2324help: to link to the enum, prefix with `enum@`
2425 |
25- LL | /// Link to [enum@S]
26- | ~~~~~
26+ LL - /// Link to [mod@S]
27+ LL + /// Link to [enum@S]
28+ |
2729
2830error: incompatible link kind for `S`
2931 --> $DIR/disambiguator-mismatch.rs:26:14
@@ -33,8 +35,9 @@ LL | /// Link to [union@S]
3335 |
3436help: to link to the enum, prefix with `enum@`
3537 |
36- LL | /// Link to [enum@S]
37- | ~~~~~
38+ LL - /// Link to [union@S]
39+ LL + /// Link to [enum@S]
40+ |
3841
3942error: incompatible link kind for `S`
4043 --> $DIR/disambiguator-mismatch.rs:31:14
@@ -44,8 +47,9 @@ LL | /// Link to [trait@S]
4447 |
4548help: to link to the enum, prefix with `enum@`
4649 |
47- LL | /// Link to [enum@S]
48- | ~~~~~
50+ LL - /// Link to [trait@S]
51+ LL + /// Link to [enum@S]
52+ |
4953
5054error: incompatible link kind for `T`
5155 --> $DIR/disambiguator-mismatch.rs:36:14
@@ -55,8 +59,9 @@ LL | /// Link to [struct@T]
5559 |
5660help: to link to the trait, prefix with `trait@`
5761 |
58- LL | /// Link to [trait@T]
59- | ~~~~~~
62+ LL - /// Link to [struct@T]
63+ LL + /// Link to [trait@T]
64+ |
6065
6166error: incompatible link kind for `m`
6267 --> $DIR/disambiguator-mismatch.rs:41:14
@@ -89,8 +94,9 @@ LL | /// Link to [const@s]
8994 |
9095help: to link to the static, prefix with `static@`
9196 |
92- LL | /// Link to [static@s]
93- | ~~~~~~~
97+ LL - /// Link to [const@s]
98+ LL + /// Link to [static@s]
99+ |
94100
95101error: incompatible link kind for `c`
96102 --> $DIR/disambiguator-mismatch.rs:57:14
@@ -100,8 +106,9 @@ LL | /// Link to [static@c]
100106 |
101107help: to link to the constant, prefix with `const@`
102108 |
103- LL | /// Link to [const@c]
104- | ~~~~~~
109+ LL - /// Link to [static@c]
110+ LL + /// Link to [const@c]
111+ |
105112
106113error: incompatible link kind for `c`
107114 --> $DIR/disambiguator-mismatch.rs:62:14
@@ -111,8 +118,9 @@ LL | /// Link to [fn@c]
111118 |
112119help: to link to the constant, prefix with `const@`
113120 |
114- LL | /// Link to [const@c]
115- | ~~~~~~
121+ LL - /// Link to [fn@c]
122+ LL + /// Link to [const@c]
123+ |
116124
117125error: incompatible link kind for `c`
118126 --> $DIR/disambiguator-mismatch.rs:67:14
@@ -146,8 +154,9 @@ LL | /// Link to [fn@std]
146154 |
147155help: to link to the crate, prefix with `mod@`
148156 |
149- LL | /// Link to [mod@std]
150- | ~~~~
157+ LL - /// Link to [fn@std]
158+ LL + /// Link to [mod@std]
159+ |
151160
152161error: aborting due to 13 previous errors
153162
0 commit comments