mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 23:37:27 +00:00
This avoids the need to pass around a separate vector to accumulate into, and avoids the need to create a fake empty vector when failure occurs.