@@ -11,48 +11,37 @@ warning: unresolved link to `Bar::foo`
11
11
|
12
12
LL | //! Test with [Foo::baz], [Bar::foo], ...
13
13
| ^^^^^^^^ there is no item named `Bar` in scope
14
- |
15
- = help: did you mean to import `Bar`?
16
14
17
15
warning: unresolved link to `Uniooon::X`
18
16
--> $DIR/intra-links-warning.rs:6:13
19
17
|
20
18
LL | //! , [Uniooon::X] and [Qux::Z].
21
19
| ^^^^^^^^^^ there is no item named `Uniooon` in scope
22
- |
23
- = help: did you mean to import `Uniooon`?
24
20
25
21
warning: unresolved link to `Qux::Z`
26
22
--> $DIR/intra-links-warning.rs:6:30
27
23
|
28
24
LL | //! , [Uniooon::X] and [Qux::Z].
29
25
| ^^^^^^ there is no item named `Qux` in scope
30
- |
31
- = help: did you mean to import `Qux`?
32
26
33
27
warning: unresolved link to `Uniooon::X`
34
28
--> $DIR/intra-links-warning.rs:10:14
35
29
|
36
30
LL | //! , [Uniooon::X] and [Qux::Z].
37
31
| ^^^^^^^^^^ there is no item named `Uniooon` in scope
38
- |
39
- = help: did you mean to import `Uniooon`?
40
32
41
33
warning: unresolved link to `Qux::Z`
42
34
--> $DIR/intra-links-warning.rs:10:31
43
35
|
44
36
LL | //! , [Uniooon::X] and [Qux::Z].
45
37
| ^^^^^^ there is no item named `Qux` in scope
46
- |
47
- = help: did you mean to import `Qux`?
48
38
49
39
warning: unresolved link to `Qux:Y`
50
40
--> $DIR/intra-links-warning.rs:14:13
51
41
|
52
42
LL | /// [Qux:Y]
53
43
| ^^^^^ there is no item named `Qux:Y` in scope
54
44
|
55
- = help: did you mean to import `Qux:Y`?
56
45
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
57
46
58
47
warning: unresolved link to `error`
@@ -61,7 +50,6 @@ warning: unresolved link to `error`
61
50
LL | * time to introduce a link [error]*/
62
51
| ^^^^^ there is no item named `error` in scope
63
52
|
64
- = help: did you mean to import `error`?
65
53
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
66
54
67
55
warning: unresolved link to `error`
@@ -70,7 +58,6 @@ warning: unresolved link to `error`
70
58
LL | * time to introduce a link [error]
71
59
| ^^^^^ there is no item named `error` in scope
72
60
|
73
- = help: did you mean to import `error`?
74
61
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
75
62
76
63
warning: unresolved link to `error`
@@ -84,7 +71,6 @@ LL | #[doc = "single line [error]"]
84
71
single line [error]
85
72
^^^^^
86
73
= note: there is no item named `error` in scope
87
- = help: did you mean to import `error`?
88
74
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
89
75
90
76
warning: unresolved link to `error`
@@ -98,7 +84,6 @@ LL | #[doc = "single line with \"escaping\" [error]"]
98
84
single line with "escaping" [error]
99
85
^^^^^
100
86
= note: there is no item named `error` in scope
101
- = help: did you mean to import `error`?
102
87
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
103
88
104
89
warning: unresolved link to `error`
@@ -114,7 +99,6 @@ LL | | /// [error]
114
99
[error]
115
100
^^^^^
116
101
= note: there is no item named `error` in scope
117
- = help: did you mean to import `error`?
118
102
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
119
103
120
104
warning: unresolved link to `error1`
@@ -123,7 +107,6 @@ warning: unresolved link to `error1`
123
107
LL | /// docs [error1]
124
108
| ^^^^^^ there is no item named `error1` in scope
125
109
|
126
- = help: did you mean to import `error1`?
127
110
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
128
111
129
112
warning: unresolved link to `error2`
@@ -132,7 +115,6 @@ warning: unresolved link to `error2`
132
115
LL | /// docs [error2]
133
116
| ^^^^^^ there is no item named `error2` in scope
134
117
|
135
- = help: did you mean to import `error2`?
136
118
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
137
119
138
120
warning: unresolved link to `BarA`
@@ -141,7 +123,6 @@ warning: unresolved link to `BarA`
141
123
LL | /// bar [BarA] bar
142
124
| ^^^^ there is no item named `BarA` in scope
143
125
|
144
- = help: did you mean to import `BarA`?
145
126
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
146
127
147
128
warning: unresolved link to `BarB`
@@ -150,7 +131,6 @@ warning: unresolved link to `BarB`
150
131
LL | * bar [BarB] bar
151
132
| ^^^^ there is no item named `BarB` in scope
152
133
|
153
- = help: did you mean to import `BarB`?
154
134
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
155
135
156
136
warning: unresolved link to `BarC`
@@ -159,7 +139,6 @@ warning: unresolved link to `BarC`
159
139
LL | bar [BarC] bar
160
140
| ^^^^ there is no item named `BarC` in scope
161
141
|
162
- = help: did you mean to import `BarC`?
163
142
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
164
143
165
144
warning: unresolved link to `BarD`
@@ -173,7 +152,6 @@ LL | #[doc = "Foo\nbar [BarD] bar\nbaz"]
173
152
bar [BarD] bar
174
153
^^^^
175
154
= note: there is no item named `BarD` in scope
176
- = help: did you mean to import `BarD`?
177
155
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
178
156
179
157
warning: unresolved link to `BarF`
@@ -190,7 +168,6 @@ LL | f!("Foo\nbar [BarF] bar\nbaz");
190
168
bar [BarF] bar
191
169
^^^^
192
170
= note: there is no item named `BarF` in scope
193
- = help: did you mean to import `BarF`?
194
171
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
195
172
= note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
196
173
0 commit comments