Commit 7ecfc1c
committed
Merge branch 'revert-let-chains-stabilization' into main
Bring experimental language tweaks onto main:
- re-gate let chains behind #![feature(let_chains)] (rust-lang#132833 undo)
- keep as_array / as_mut_array stable (reapplied rust-lang#147540 stabilization)4 files changed
Lines changed: 6 additions & 11 deletions
File tree
- compiler
- rustc_ast_passes/src
- rustc_feature/src
- rustc_parse/src/parser
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
| 495 | + | |
495 | 496 | | |
496 | 497 | | |
497 | 498 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
279 | | - | |
280 | 278 | | |
281 | 279 | | |
282 | 280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
| 610 | + | |
| 611 | + | |
610 | 612 | | |
611 | 613 | | |
612 | 614 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4353 | 4353 | | |
4354 | 4354 | | |
4355 | 4355 | | |
4356 | | - | |
4357 | | - | |
4358 | | - | |
4359 | | - | |
4360 | | - | |
4361 | | - | |
4362 | | - | |
4363 | | - | |
4364 | | - | |
| 4356 | + | |
| 4357 | + | |
| 4358 | + | |
4365 | 4359 | | |
4366 | 4360 | | |
4367 | 4361 | | |
| |||
0 commit comments