mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
5d739180cd
Reverts PR #80830 Fixes taiki-e/pin-project#312 We can have an arbitrary number of `None`-delimited group frames pushed on the stack due to proc-macro invocations, which can legally be exited. Attempting to account for this would add a lot of complexity for a tiny performance gain, so let's just use the original strategy.