mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
e91ad5fc62
rustc_metadata: Switch crate data iteration from a callback to iterator The iteration looks more conventional this way, and some allocations are avoided.