mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
a886549772
With Rc no longer trying to statically prevent cycles (and thus no longer using the Freeze bound), it seems appropriate to remove that restriction from MutexArc as well. Closes #9251.