Skip to content

parallel: rustc_data_structures: sync: implement RwLock as enum { Sync(parking_lot::RwLock), NoSync(RefCell) } #136772

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

compiler/rustc_data_structures/src/sync/vec.rs: convert AppendOnlyVec…

5397b39
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

parallel: rustc_data_structures: sync: implement RwLock as enum { Sync(parking_lot::RwLock), NoSync(RefCell) } #136772

compiler/rustc_data_structures/src/sync/vec.rs: convert AppendOnlyVec…
5397b39
Select commit
Loading
Failed to load commit list.