mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 11:38:01 +00:00
UI to unit test for those using Cell/RefCell/UnsafeCell Helps with #76268. I'm working on all files using `Cell` and moving them to unit tests when possible. r? @matklad