1
Fork 0

Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan

Bump bootstrap compiler to just-released beta

https://forge.rust-lang.org/release/process.html#master-bootstrap-update-t-2-day-tuesday
This commit is contained in:
bors 2023-10-14 05:44:48 +00:00
commit 39acbed8d6
31 changed files with 529 additions and 547 deletions

View file

@ -1500,7 +1500,7 @@ impl From<fs::File> for Stdio {
}
}
#[stable(feature = "stdio_from_stdio", since = "CURRENT_RUSTC_VERSION")]
#[stable(feature = "stdio_from_stdio", since = "1.74.0")]
impl From<io::Stdout> for Stdio {
/// Redirect command stdout/stderr to our stdout
///
@ -1531,7 +1531,7 @@ impl From<io::Stdout> for Stdio {
}
}
#[stable(feature = "stdio_from_stdio", since = "CURRENT_RUSTC_VERSION")]
#[stable(feature = "stdio_from_stdio", since = "1.74.0")]
impl From<io::Stderr> for Stdio {
/// Redirect command stdout/stderr to our stderr
///