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:
commit
39acbed8d6
31 changed files with 529 additions and 547 deletions
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue