Commit dd2df8f
committed
Auto merge of rust-lang#65793 - Centril:rollup-v40xke9, r=Centril
Rollup of 9 pull requests
Successful merges:
- rust-lang#62959 (Add by-value iterator for arrays )
- rust-lang#65390 (Add long error explanation for E0576)
- rust-lang#65408 (reorder config.toml.example options and add one missing option)
- rust-lang#65414 (ignore uninhabited non-exhaustive variant fields)
- rust-lang#65666 (Deprecated proc_macro doesn't trigger warning on build library)
- rust-lang#65742 (Pre-expansion gate most of the things)
- rust-lang#65747 (Adjust the tracking issue for `untagged_unions`.)
- rust-lang#65763 (Changed APIT with explicit generic args span to specific arg spans)
- rust-lang#65775 (Fix more `ReEmpty` ICEs)
Failed merges:
- rust-lang#65519 (trait-based structural match implementation)
r? @ghostFile tree
71 files changed
+1215
-278
lines changed- src
- bootstrap
- libcore
- array
- tests
- librustc_mir
- borrow_check/nll/type_check
- hair/pattern
- librustc_resolve
- librustc_typeck
- libstd
- libsyntax_ext
- libsyntax
- feature_gate
- parse
- parser
- test/ui
- const-generics
- array-impls
- issues
- feature-gates
- impl-trait/issues
- issues
- nll
- or-patterns
- parser
- pattern
- proc-macro
- rfc-2008-non-exhaustive/uninhabited
- traits/trait-alias
- type
- ufcs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+1215
-278
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
265 | 264 | | |
266 | 265 | | |
267 | 266 | | |
| |||
341 | 340 | | |
342 | 341 | | |
343 | 342 | | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
344 | 346 | | |
345 | 347 | | |
346 | 348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
205 | 203 | | |
| 204 | + | |
206 | 205 | | |
207 | 206 | | |
208 | 207 | | |
209 | | - | |
210 | | - | |
211 | 208 | | |
212 | 209 | | |
| 210 | + | |
| 211 | + | |
213 | 212 | | |
214 | 213 | | |
215 | 214 | | |
216 | 215 | | |
217 | 216 | | |
218 | 217 | | |
219 | 218 | | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | 231 | | |
233 | 232 | | |
234 | 233 | | |
235 | 234 | | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | 246 | | |
250 | 247 | | |
251 | 248 | | |
| 249 | + | |
| 250 | + | |
252 | 251 | | |
253 | 252 | | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| 296 | + | |
296 | 297 | | |
297 | 298 | | |
298 | 299 | | |
| |||
301 | 302 | | |
302 | 303 | | |
303 | 304 | | |
304 | | - | |
305 | 305 | | |
| 306 | + | |
| 307 | + | |
306 | 308 | | |
307 | 309 | | |
308 | 310 | | |
309 | 311 | | |
| 312 | + | |
310 | 313 | | |
311 | 314 | | |
312 | 315 | | |
313 | | - | |
314 | 316 | | |
315 | | - | |
316 | | - | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
322 | 321 | | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
337 | | - | |
338 | 336 | | |
339 | 337 | | |
340 | 338 | | |
341 | 339 | | |
342 | 340 | | |
| 341 | + | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
0 commit comments