Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68
Bump to 1.78 bootstrap compiler https://forge.rust-lang.org/release/process.html#master-bootstrap-update-t-2-day-tuesday
This commit is contained in:
commit
a128516cf9
45 changed files with 487 additions and 633 deletions
|
@ -83,7 +83,7 @@ impl From<alloc::ffi::NulError> for Error {
|
|||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "io_error_from_try_reserve", since = "CURRENT_RUSTC_VERSION")]
|
||||
#[stable(feature = "io_error_from_try_reserve", since = "1.78.0")]
|
||||
impl From<alloc::collections::TryReserveError> for Error {
|
||||
/// Converts `TryReserveError` to an error with [`ErrorKind::OutOfMemory`].
|
||||
///
|
||||
|
|
|
@ -453,7 +453,7 @@ impl Read for Stdin {
|
|||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "read_shared_stdin", since = "CURRENT_RUSTC_VERSION")]
|
||||
#[stable(feature = "read_shared_stdin", since = "1.78.0")]
|
||||
impl Read for &Stdin {
|
||||
fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> {
|
||||
self.lock().read(buf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue