Lines Matching full:clone
1 error: incompatible link kind for `Clone`
4 LL | /// [`struct@Clone`]
14 LL | /// [`trait@Clone`]
17 error: incompatible link kind for `Clone`
20 LL | /// [```struct@Clone```]
25 LL | /// [```trait@Clone```]
28 error: incompatible link kind for `Clone`
31 LL | /// [ ` struct@Clone ` ]
36 LL | /// [ ` trait@Clone ` ]
39 error: unresolved link to `Clone`
42 LL | /// [ `Clone ()` ]
43 | ^^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
47 LL - /// [ `Clone ()` ]
48 LL + /// [ `trait@Clone ` ]
51 error: unresolved link to `Clone`
54 LL | /// [`Clone ()` ]
55 | ^^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
59 LL - /// [`Clone ()` ]
60 LL + /// [`trait@Clone ` ]
63 error: unresolved link to `Clone`
66 LL | /// [ `Clone ()`]
67 | ^^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
71 LL - /// [ `Clone ()`]
72 LL + /// [ `trait@Clone `]
75 error: unresolved link to `Clone`
78 LL | /// [```Clone ()```]
79 | ^^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
83 LL - /// [```Clone ()```]
84 LL + /// [```trait@Clone ```]
87 error: unresolved link to `Clone`
90 LL | /// [ ``` Clone () ``` ]
91 …| ^^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
95 LL - /// [ ``` Clone () ``` ]
96 LL + /// [ ``` trait@Clone ``` ]
99 error: incompatible link kind for `Clone`
102 LL | /// [x][ struct@Clone]
107 LL | /// [x][ trait@Clone]
110 error: incompatible link kind for `Clone`
113 LL | /// [x][struct@Clone ]
118 LL | /// [x][trait@Clone ]
121 error: unresolved link to `Clone`
124 LL | /// [x][Clone()]
125 | ^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
129 LL - /// [x][Clone()]
130 LL + /// [x][trait@Clone]
133 error: unresolved link to `Clone`
136 LL | /// [x][Clone ()]
137 | ^^^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
141 LL - /// [x][Clone ()]
142 LL + /// [x][trait@Clone ]
148 LL | /// [x][Clone []
153 error: incompatible link kind for `Clone`
156 LL | /// [w]( struct@Clone)
161 LL | /// [w]( trait@Clone)
164 error: incompatible link kind for `Clone`
167 LL | /// [w](struct@Clone )
172 LL | /// [w](trait@Clone )
175 error: unresolved link to `Clone`
178 LL | /// [w](Clone\(\))
179 | ^^^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
183 LL - /// [w](Clone\(\))
184 LL + /// [w](trait@Clone)
187 error: unresolved link to `Clone`
190 LL | /// [w](Clone())
191 | ^^^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
195 LL - /// [w](Clone())
196 LL + /// [w](trait@Clone)
202 LL | /// [w](Clone ()
210 LL | /// [w](Clone \()
218 LL | /// [w](Clone \))
226 LL | /// The [cln][] link here is going to be unresolved, because `Clone()` gets rejected
234 LL | /// [cln]: Clone()
242 LL | /// The [cln][] link here is going to be unresolved, because `struct@Clone` gets
250 LL | /// [cln]: struct@Clone
255 error: unresolved link to `Clone`
259 | ^^^^^ this link resolves to the trait `Clone`, which is not in the value namespace
261 = help: to link to the trait, prefix with `trait@`: trait@Clone
263 error: incompatible link kind for `Clone`
269 = help: to link to the trait, prefix with `trait@`: trait@Clone