diff options
| author | Josh Stone <jistone@redhat.com> | 2025-02-17 09:35:47 -0800 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2025-02-18 08:50:21 -0800 |
| commit | fdba8a7c47398e8bd99cb22ede199bf9a0167eaf (patch) | |
| tree | 624e76dcdce4d56521089c6f5bece1bbfb9c15d2 /library/core/src/error.rs | |
| parent | 3b022d8ceea570db9730be34d964f0cc663a567f (diff) | |
| download | rust-fdba8a7c47398e8bd99cb22ede199bf9a0167eaf.tar.gz rust-fdba8a7c47398e8bd99cb22ede199bf9a0167eaf.zip | |
update version placeholders
(cherry picked from commit e4840ce59bdddb19394df008c5c26d9c493725f8)
Diffstat (limited to 'library/core/src/error.rs')
| -rw-r--r-- | library/core/src/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/error.rs b/library/core/src/error.rs index 69ad7239954..94847685ec9 100644 --- a/library/core/src/error.rs +++ b/library/core/src/error.rs @@ -1099,5 +1099,5 @@ impl Error for crate::time::TryFromFloatSecsError {} #[stable(feature = "cstr_from_bytes_until_nul", since = "1.69.0")] impl Error for crate::ffi::FromBytesUntilNulError {} -#[stable(feature = "get_many_mut", since = "CURRENT_RUSTC_VERSION")] +#[stable(feature = "get_many_mut", since = "1.86.0")] impl Error for crate::slice::GetDisjointMutError {} |
