@@ -40,7 +40,7 @@ error: unresolved link to `Clone`
4040 --> $DIR/weird-syntax.rs:27:9
4141 |
4242LL | /// [ `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
4444 |
4545help: to link to the trait, prefix with `trait@`
4646 |
@@ -52,7 +52,7 @@ error: unresolved link to `Clone`
5252 --> $DIR/weird-syntax.rs:30:7
5353 |
5454LL | /// [`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
5656 |
5757help: to link to the trait, prefix with `trait@`
5858 |
@@ -64,7 +64,7 @@ error: unresolved link to `Clone`
6464 --> $DIR/weird-syntax.rs:33:9
6565 |
6666LL | /// [ `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
6868 |
6969help: to link to the trait, prefix with `trait@`
7070 |
@@ -76,7 +76,7 @@ error: unresolved link to `Clone`
7676 --> $DIR/weird-syntax.rs:36:9
7777 |
7878LL | /// [```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
8080 |
8181help: to link to the trait, prefix with `trait@`
8282 |
@@ -88,7 +88,7 @@ error: unresolved link to `Clone`
8888 --> $DIR/weird-syntax.rs:42:13
8989 |
9090LL | /// [ ``` 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
9292 |
9393help: to link to the trait, prefix with `trait@`
9494 |
@@ -122,7 +122,7 @@ error: unresolved link to `Clone`
122122 --> $DIR/weird-syntax.rs:74:9
123123 |
124124LL | /// [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
126126 |
127127help: to link to the trait, prefix with `trait@`
128128 |
@@ -134,7 +134,7 @@ error: unresolved link to `Clone`
134134 --> $DIR/weird-syntax.rs:77:9
135135 |
136136LL | /// [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
138138 |
139139help: to link to the trait, prefix with `trait@`
140140 |
@@ -176,7 +176,7 @@ error: unresolved link to `Clone`
176176 --> $DIR/weird-syntax.rs:97:9
177177 |
178178LL | /// [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
180180 |
181181help: to link to the trait, prefix with `trait@`
182182 |
@@ -188,7 +188,7 @@ error: unresolved link to `Clone`
188188 --> $DIR/weird-syntax.rs:103:9
189189 |
190190LL | /// [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
192192 |
193193help: to link to the trait, prefix with `trait@`
194194 |
@@ -256,7 +256,7 @@ error: unresolved link to `Clone`
256256 --> $DIR/weird-syntax.rs:132:9
257257 |
258258LL | /// 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
260260 |
261261 = help: to link to the trait, prefix with `trait@`: trait@Clone
262262
0 commit comments