Commit d5aff41
authored
Rollup merge of rust-lang#71128 - Mark-Simulacrum:clean-expansion, r=petrochenkov
Remove unused single_step flag
This appears to have never been used ever since its introduction in 61c7569 --
the plugin discussed on the PR introducing that commit, 34811, never
materialized.
It's also simple to re-add in the current scheme, but given that macro expansion
is already quite complicated, additional useless state seems good to remove
while we're not using it.1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | | - | |
511 | | - | |
512 | | - | |
| 510 | + | |
513 | 511 | | |
514 | 512 | | |
515 | 513 | | |
| |||
1819 | 1817 | | |
1820 | 1818 | | |
1821 | 1819 | | |
1822 | | - | |
1823 | 1820 | | |
1824 | 1821 | | |
1825 | 1822 | | |
| |||
1831 | 1828 | | |
1832 | 1829 | | |
1833 | 1830 | | |
1834 | | - | |
1835 | 1831 | | |
1836 | 1832 | | |
1837 | 1833 | | |
| |||
0 commit comments