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:
Jacob Pratt 2025-03-17 05:47:50 -04:00 committed by GitHub
commit 62c2a7b93b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 288 additions and 225 deletions

View file

@ -1,7 +1,5 @@
//@ignore-target: windows
#![feature(anonymous_pipe)]
use std::io::{Read, Write, pipe};
fn main() {