@@ -123,14 +123,6 @@ LL - /// [x][struct@Clone ]
123
123
LL + /// [x][trait@Clone ]
124
124
|
125
125
126
- error: unresolved link to `Clone\(\)`
127
- --> $DIR/weird-syntax.rs:68:9
128
- |
129
- LL | /// [x][Clone\(\)]
130
- | ^^^^^^^^^ no item named `Clone\(\)` in scope
131
- |
132
- = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
133
-
134
126
error: unresolved link to `Clone`
135
127
--> $DIR/weird-syntax.rs:74:9
136
128
|
@@ -307,21 +299,5 @@ LL | /// - [`SDL_PROP_WINDOW_CREATE_COCOA_WINDOW_POINTER`]: the
307
299
|
308
300
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
309
301
310
- error: unresolved link to `Clone`
311
- --> $DIR/weird-syntax.rs:132:9
312
- |
313
- LL | /// The [cln][] link here will produce a plain text suggestion
314
- | ^^^^^ this link resolves to the trait `Clone`, which is not a function
315
- |
316
- = help: to link to the trait, prefix with `trait@`: trait@Clone
317
-
318
- error: incompatible link kind for `Clone`
319
- --> $DIR/weird-syntax.rs:137:9
320
- |
321
- LL | /// The [cln][] link here will produce a plain text suggestion
322
- | ^^^^^ this link resolved to a trait, which is not a struct
323
- |
324
- = help: to link to the trait, prefix with `trait@`: trait@Clone
325
-
326
302
error: aborting due to 27 previous errors
327
303
0 commit comments