mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-31 21:16:44 +00:00
These were accidentally removed in #94247 because the representation was changed from &mut [T] to *mut T, which has !Send + !Sync.
These were accidentally removed in #94247 because the representation was changed from &mut [T] to *mut T, which has !Send + !Sync.