@@ -40,7 +40,7 @@ error: unresolved link to `Clone`
40
40
--> $DIR/weird-syntax.rs:27:9
41
41
|
42
42
LL | /// [ `Clone ()` ]
43
- | ^^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
43
+ | ^^^^^^^^ this link resolves to the trait `Clone`, which is not a function
44
44
|
45
45
help: to link to the trait, prefix with `trait@`
46
46
|
@@ -52,7 +52,7 @@ error: unresolved link to `Clone`
52
52
--> $DIR/weird-syntax.rs:30:7
53
53
|
54
54
LL | /// [`Clone ()` ]
55
- | ^^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
55
+ | ^^^^^^^^ this link resolves to the trait `Clone`, which is not a function
56
56
|
57
57
help: to link to the trait, prefix with `trait@`
58
58
|
@@ -64,7 +64,7 @@ error: unresolved link to `Clone`
64
64
--> $DIR/weird-syntax.rs:33:9
65
65
|
66
66
LL | /// [ `Clone ()`]
67
- | ^^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
67
+ | ^^^^^^^^ this link resolves to the trait `Clone`, which is not a function
68
68
|
69
69
help: to link to the trait, prefix with `trait@`
70
70
|
@@ -76,7 +76,7 @@ error: unresolved link to `Clone`
76
76
--> $DIR/weird-syntax.rs:36:9
77
77
|
78
78
LL | /// [```Clone ()```]
79
- | ^^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
79
+ | ^^^^^^^^ this link resolves to the trait `Clone`, which is not a function
80
80
|
81
81
help: to link to the trait, prefix with `trait@`
82
82
|
@@ -88,7 +88,7 @@ error: unresolved link to `Clone`
88
88
--> $DIR/weird-syntax.rs:42:13
89
89
|
90
90
LL | /// [ ``` Clone () ``` ]
91
- | ^^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
91
+ | ^^^^^^^^ this link resolves to the trait `Clone`, which is not a function
92
92
|
93
93
help: to link to the trait, prefix with `trait@`
94
94
|
@@ -122,7 +122,7 @@ error: unresolved link to `Clone`
122
122
--> $DIR/weird-syntax.rs:74:9
123
123
|
124
124
LL | /// [x][Clone()]
125
- | ^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
125
+ | ^^^^^^^ this link resolves to the trait `Clone`, which is not a function
126
126
|
127
127
help: to link to the trait, prefix with `trait@`
128
128
|
@@ -134,7 +134,7 @@ error: unresolved link to `Clone`
134
134
--> $DIR/weird-syntax.rs:77:9
135
135
|
136
136
LL | /// [x][Clone ()]
137
- | ^^^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
137
+ | ^^^^^^^^^ this link resolves to the trait `Clone`, which is not a function
138
138
|
139
139
help: to link to the trait, prefix with `trait@`
140
140
|
@@ -176,7 +176,7 @@ error: unresolved link to `Clone`
176
176
--> $DIR/weird-syntax.rs:97:9
177
177
|
178
178
LL | /// [w](Clone\(\))
179
- | ^^^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
179
+ | ^^^^^^^^^ this link resolves to the trait `Clone`, which is not a function
180
180
|
181
181
help: to link to the trait, prefix with `trait@`
182
182
|
@@ -188,7 +188,7 @@ error: unresolved link to `Clone`
188
188
--> $DIR/weird-syntax.rs:103:9
189
189
|
190
190
LL | /// [w](Clone())
191
- | ^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
191
+ | ^^^^^^^ this link resolves to the trait `Clone`, which is not a function
192
192
|
193
193
help: to link to the trait, prefix with `trait@`
194
194
|
@@ -256,7 +256,7 @@ error: unresolved link to `Clone`
256
256
--> $DIR/weird-syntax.rs:132:9
257
257
|
258
258
LL | /// The [cln][] link here will produce a plain text suggestion
259
- | ^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
259
+ | ^^^^^ this link resolves to the trait `Clone`, which is not a function
260
260
|
261
261
= help: to link to the trait, prefix with `trait@`: trait@Clone
262
262
0 commit comments