This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit d8a79d1
authored
Unrolled build for rust-lang#120063
Rollup merge of rust-lang#120063 - clubby789:remove-box-handling, r=Nilstrieb
Remove special handling of `box` expressions from parser
rust-lang#108471 added a temporary hack to parse `box expr`. It's been almost a year since then, so I think it's safe to remove the special handling.
As a drive-by cleanup, move `parser/removed-syntax*` tests to their own directory.File tree
38 files changed
+7
-21
lines changed- compiler/rustc_parse/src/parser
- tests/ui/parser/removed-syntax
38 files changed
+7
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
642 | 641 | | |
643 | 642 | | |
644 | 643 | | |
645 | | - | |
646 | | - | |
647 | | - | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | | - | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
665 | 651 | | |
666 | 652 | | |
667 | 653 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments