diff options
| author | Jeremy Fitzhardinge <jsgf@fb.com> | 2020-05-11 17:19:25 -0700 |
|---|---|---|
| committer | Jeremy Fitzhardinge <jsgf@fb.com> | 2020-05-12 09:34:23 -0700 |
| commit | ff9646c0adc149dfff194665785f4daa3aa6d9c3 (patch) | |
| tree | 396e58063b2b75145436e2ec9f5ab844dd68f6c7 /src/test/ui/command/command-argv0-debug.rs | |
| parent | 99cb9ccb9ca2067ad6e60508e3d52da77396b2f1 (diff) | |
| download | rust-ff9646c0adc149dfff194665785f4daa3aa6d9c3.tar.gz rust-ff9646c0adc149dfff194665785f4daa3aa6d9c3.zip | |
Stabilize process_set_argv0 feature for Unix
This stabilizes process_set_argv0 targeting 1.45.0. It has been useful in practice and seems useful as-is. The equivalent feature could be implemented for Windows, but as far as I know nobody has. That can be done separately. Tracking issue: #66510
Diffstat (limited to 'src/test/ui/command/command-argv0-debug.rs')
| -rw-r--r-- | src/test/ui/command/command-argv0-debug.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/command/command-argv0-debug.rs b/src/test/ui/command/command-argv0-debug.rs index 133d2ada2b2..cb948a91c10 100644 --- a/src/test/ui/command/command-argv0-debug.rs +++ b/src/test/ui/command/command-argv0-debug.rs @@ -4,8 +4,6 @@ // ignore-cloudabi no processes // ignore-emscripten no processes // ignore-sgx no processes -#![feature(process_set_argv0)] - use std::os::unix::process::CommandExt; use std::process::Command; |
