mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00

The generator is non-trivial and requires unsafe code anyway. Using regular unsafe code without a generator is much easier to follow.
The generator is non-trivial and requires unsafe code anyway. Using regular unsafe code without a generator is much easier to follow.