mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 13:47:23 +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.