mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 04:06:27 +00:00
A resume place is evaluated and assigned to only after a yield terminator resumes. Ensure that locals used when evaluating the resume place are live across the yield.