mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 09:26:37 +00:00
Use small hash set in `mir_inliner_callees` Use small hash set in `mir_inliner_callees` to avoid temporary allocation when possible and quadratic behaviour for large number of callees.