Tracking Issue for stdio_makes_pipe
#98288
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(stdio_makes_pipe)]
This is a tracking issue for the
makes_pipe()
method ofstd::process::Stdio
.Wrappers around
std::process::Command
may want to be able to override pipe creation. However, std::process::Stdio is opaque so without this method there's no way to tell ifCommand
is being told to create new pipes or not.Public API
Steps / History
Stdio::makes_pipe
#97150Unresolved Questions
is_piped()
has been suggested to matchpiped()
.The text was updated successfully, but these errors were encountered: