Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplett
Stablize anonymous pipe Since #135822 is staled, I create this PR to stablise anonymous pipe Closes #127154 try-job: test-various
This commit is contained in:
commit
62c2a7b93b
15 changed files with 288 additions and 225 deletions
|
|
@ -1,7 +1,5 @@
|
|||
//@ignore-target: windows
|
||||
|
||||
#![feature(anonymous_pipe)]
|
||||
|
||||
use std::io::{Read, Write, pipe};
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue