branch 1.78: replace-version-placeholder

This commit is contained in:
Mark Rousskov
2024-03-17 10:36:26 -04:00
parent a7e4de13c1
commit 4fb89c5056
6 changed files with 14 additions and 14 deletions

View File

@@ -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`].
///