Commit 28034bb
Yuki Okushi
Rollup merge of rust-lang#104608 - Nilstrieb:fixmed, r=compiler-errors
Cleanup macro matching recovery
The retry has been implemented already in rust-lang#104335. Also removes a `HACK` comment that's not really needed anymore because the "don't recover during macro matching" isn't really a hack but correct behavior.File tree
2 files changed
+0
-6
lines changed- compiler
- rustc_expand/src/mbe
- rustc_parse/src/parser
2 files changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
499 | 498 | | |
500 | 499 | | |
501 | 500 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2078 | 2078 | | |
2079 | 2079 | | |
2080 | 2080 | | |
2081 | | - | |
2082 | | - | |
2083 | | - | |
2084 | 2081 | | |
2085 | | - | |
2086 | | - | |
2087 | 2082 | | |
2088 | 2083 | | |
2089 | 2084 | | |
| |||
0 commit comments