@@ -11,48 +11,37 @@ warning: unresolved link to `Bar::foo`
1111 |
1212LL | //! Test with [Foo::baz], [Bar::foo], ...
1313 | ^^^^^^^^ there is no item named `Bar` in scope
14- |
15- = help: did you mean to import `Bar`?
1614
1715warning: unresolved link to `Uniooon::X`
1816 --> $DIR/intra-links-warning.rs:6:13
1917 |
2018LL | //! , [Uniooon::X] and [Qux::Z].
2119 | ^^^^^^^^^^ there is no item named `Uniooon` in scope
22- |
23- = help: did you mean to import `Uniooon`?
2420
2521warning: unresolved link to `Qux::Z`
2622 --> $DIR/intra-links-warning.rs:6:30
2723 |
2824LL | //! , [Uniooon::X] and [Qux::Z].
2925 | ^^^^^^ there is no item named `Qux` in scope
30- |
31- = help: did you mean to import `Qux`?
3226
3327warning: unresolved link to `Uniooon::X`
3428 --> $DIR/intra-links-warning.rs:10:14
3529 |
3630LL | //! , [Uniooon::X] and [Qux::Z].
3731 | ^^^^^^^^^^ there is no item named `Uniooon` in scope
38- |
39- = help: did you mean to import `Uniooon`?
4032
4133warning: unresolved link to `Qux::Z`
4234 --> $DIR/intra-links-warning.rs:10:31
4335 |
4436LL | //! , [Uniooon::X] and [Qux::Z].
4537 | ^^^^^^ there is no item named `Qux` in scope
46- |
47- = help: did you mean to import `Qux`?
4838
4939warning: unresolved link to `Qux:Y`
5040 --> $DIR/intra-links-warning.rs:14:13
5141 |
5242LL | /// [Qux:Y]
5343 | ^^^^^ there is no item named `Qux:Y` in scope
5444 |
55- = help: did you mean to import `Qux:Y`?
5645 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
5746
5847warning: unresolved link to `error`
@@ -61,7 +50,6 @@ warning: unresolved link to `error`
6150LL | * time to introduce a link [error]*/
6251 | ^^^^^ there is no item named `error` in scope
6352 |
64- = help: did you mean to import `error`?
6553 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
6654
6755warning: unresolved link to `error`
@@ -70,7 +58,6 @@ warning: unresolved link to `error`
7058LL | * time to introduce a link [error]
7159 | ^^^^^ there is no item named `error` in scope
7260 |
73- = help: did you mean to import `error`?
7461 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
7562
7663warning: unresolved link to `error`
@@ -84,7 +71,6 @@ LL | #[doc = "single line [error]"]
8471 single line [error]
8572 ^^^^^
8673 = note: there is no item named `error` in scope
87- = help: did you mean to import `error`?
8874 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
8975
9076warning: unresolved link to `error`
@@ -98,7 +84,6 @@ LL | #[doc = "single line with \"escaping\" [error]"]
9884 single line with "escaping" [error]
9985 ^^^^^
10086 = note: there is no item named `error` in scope
101- = help: did you mean to import `error`?
10287 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
10388
10489warning: unresolved link to `error`
@@ -114,7 +99,6 @@ LL | | /// [error]
11499 [error]
115100 ^^^^^
116101 = note: there is no item named `error` in scope
117- = help: did you mean to import `error`?
118102 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
119103
120104warning: unresolved link to `error1`
@@ -123,7 +107,6 @@ warning: unresolved link to `error1`
123107LL | /// docs [error1]
124108 | ^^^^^^ there is no item named `error1` in scope
125109 |
126- = help: did you mean to import `error1`?
127110 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
128111
129112warning: unresolved link to `error2`
@@ -132,7 +115,6 @@ warning: unresolved link to `error2`
132115LL | /// docs [error2]
133116 | ^^^^^^ there is no item named `error2` in scope
134117 |
135- = help: did you mean to import `error2`?
136118 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
137119
138120warning: unresolved link to `BarA`
@@ -141,7 +123,6 @@ warning: unresolved link to `BarA`
141123LL | /// bar [BarA] bar
142124 | ^^^^ there is no item named `BarA` in scope
143125 |
144- = help: did you mean to import `BarA`?
145126 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
146127
147128warning: unresolved link to `BarB`
@@ -150,7 +131,6 @@ warning: unresolved link to `BarB`
150131LL | * bar [BarB] bar
151132 | ^^^^ there is no item named `BarB` in scope
152133 |
153- = help: did you mean to import `BarB`?
154134 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
155135
156136warning: unresolved link to `BarC`
@@ -159,7 +139,6 @@ warning: unresolved link to `BarC`
159139LL | bar [BarC] bar
160140 | ^^^^ there is no item named `BarC` in scope
161141 |
162- = help: did you mean to import `BarC`?
163142 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
164143
165144warning: unresolved link to `BarD`
@@ -173,7 +152,6 @@ LL | #[doc = "Foo\nbar [BarD] bar\nbaz"]
173152 bar [BarD] bar
174153 ^^^^
175154 = note: there is no item named `BarD` in scope
176- = help: did you mean to import `BarD`?
177155 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
178156
179157warning: unresolved link to `BarF`
@@ -190,7 +168,6 @@ LL | f!("Foo\nbar [BarF] bar\nbaz");
190168 bar [BarF] bar
191169 ^^^^
192170 = note: there is no item named `BarF` in scope
193- = help: did you mean to import `BarF`?
194171 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
195172 = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
196173
0 commit comments