mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 10:25:31 +00:00
Move `args` into `std::sys` Move platform definitions of `args` into `std::sys`, as part of https://github.com/rust-lang/rust/issues/117276. cc ``@joboet``