From ff9646c0adc149dfff194665785f4daa3aa6d9c3 Mon Sep 17 00:00:00 2001 From: Jeremy Fitzhardinge Date: Mon, 11 May 2020 17:19:25 -0700 Subject: 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 --- src/test/ui/command/command-argv0-debug.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/test/ui/command/command-argv0-debug.rs') 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; -- cgit 1.4.1-3-g733a5