mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
2b4af10367
Add unix::process::CommandExt::arg0 This allows argv[0] to be overridden on the executable's command-line. This also makes the program executed independent of argv[0]. Does Fuchsia have the same semantics? I'm assuming so. Addresses: #66510