mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
f522d88237
These types were already `!Sync`, but this improves error messages when they are used in contexts that require `Sync`, aligning them with conventions used with `Rc`, among others.