]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #66512 - jsgf:process-argv0, r=Dylan-DPC
authorPietro Albini <pietro@pietroalbini.org>
Mon, 25 Nov 2019 14:05:19 +0000 (15:05 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Nov 2019 14:05:19 +0000 (15:05 +0100)
commit2b4af1036732d5fbb2e472e0a243d7057a03fcf8
treea16e87ab06fa605c7435304cb19b16e02421c718
parent7520f6da6930f42a9eddbe72dac5a443ca2dab37
parent6dee1a5a9f0e5a85ac294c7473c247e33b63284c
Rollup merge of #66512 - jsgf:process-argv0, r=Dylan-DPC

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