mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
6645a93cef
Use `FreezeLock` for `CStore` This uses `FreezeLock` to protect the `CStore`. `FreezeReadGuard` and `FreezeWriteGuard` are changed to support a `map` operation. r? `@oli-obk`