parallel: rustc_data_structures: sync: implement RwLock as enum { Sync(parking_lot::RwLock), NoSync(RefCell) }#136772
Closed
safinaskar wants to merge 4 commits intorust-lang:masterfrom
Commits
Commits on Feb 10, 2025
- committed
- committed
rustc_data_structures: sync: implement RwLock as enum { Sync(parking_lot::RwLock), NoSync(RefCell) }
committed- committed