mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
22967dff41
Lock stable_crate_ids once in create_crate_num This is a small refactor PR removing redundant locks of `stable_crate_ids` from `create_crate_num`.
For more information about how rustc works, see the rustc dev guide.