Skip to content

Commit cba258d

Browse files
committed
Auto merge of #138595 - jhpratt:rollup-09pvfzu, r=jhpratt
Rollup of 9 pull requests Successful merges: - #136355 (Add `*_value` methods to proc_macro lib) - #137621 (Add std support to cygwin target) - #137793 (Stablize anonymous pipe) - #138341 (std: Mention clone-on-write mutation in Arc<T>) - #138517 (Improve upvar analysis for deref of child capture) - #138584 (Update Rust Foundation links in Readme) - #138586 (Document `#![register_tool]`) - #138590 (Flatten and simplify some control flow 🫓) - #138592 (update change entry for #137147) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 30aad29 + 7b5f470 commit cba258d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/pass/shims/pipe.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//@ignore-target: windows
22

3-
#![feature(anonymous_pipe)]
4-
53
use std::io::{Read, Write, pipe};
64

75
fn main() {

0 commit comments

Comments
 (0)