mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 21:40:38 +00:00
Explicitly implement `!Send` and `!Sync` for `sys::{Args, Env}`
Remove the field `_dont_send_or_sync_me: PhantomData<*mut ()>` in favor of an explicit implementation of `!Send` and `!Sync`.