Skip to content

Commit 5a715aa

Browse files
committed
Use CURRENT_RUSTC_VERSION in the other attr
As per rust-lang#88561 (review)
1 parent ff0d579 commit 5a715aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ impl From<io::Stdout> for Stdio {
15221522
}
15231523
}
15241524

1525-
#[stable(feature = "stdio_from_stdio", since = "1.58.0")]
1525+
#[stable(feature = "stdio_from_stdio", since = "CURRENT_RUSTC_VERSION")]
15261526
impl From<io::Stderr> for Stdio {
15271527
/// Redirect command stdout/stderr to our stderr
15281528
///

0 commit comments

Comments
 (0)