@@ -123,14 +123,6 @@ LL - /// [x][struct@Clone ]
123123LL + /// [x][trait@Clone ]
124124 |
125125
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-
134126error: unresolved link to `Clone`
135127 --> $DIR/weird-syntax.rs:74:9
136128 |
@@ -307,21 +299,5 @@ LL | /// - [`SDL_PROP_WINDOW_CREATE_COCOA_WINDOW_POINTER`]: the
307299 |
308300 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
309301
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-
326302error: aborting due to 27 previous errors
327303
0 commit comments