mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 09:23:05 +00:00
bump stabilization to 1.51.0
This commit is contained in:
parent
573ec314b6
commit
bbf5001b94
@ -506,7 +506,7 @@ impl<T: Error> Error for Box<T> {
|
||||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "error_by_ref", since = "1.49.0")]
|
||||
#[stable(feature = "error_by_ref", since = "1.51.0")]
|
||||
impl<'a, T: Error + ?Sized> Error for &'a T {
|
||||
#[allow(deprecated, deprecated_in_future)]
|
||||
fn description(&self) -> &str {
|
||||
|
Loading…
Reference in New Issue
Block a user