From 573ec314b635178533f68160f2dab3dd345d5df2 Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Sat, 31 Oct 2020 20:16:15 +1000 Subject: [PATCH] update stabilization to 1.49.0 --- library/std/src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/src/error.rs b/library/std/src/error.rs index cb70b38850cb..8fd9f09b9de7 100644 --- a/library/std/src/error.rs +++ b/library/std/src/error.rs @@ -506,7 +506,7 @@ impl Error for Box { } } -#[stable(feature = "error_by_ref", since = "1.47.0")] +#[stable(feature = "error_by_ref", since = "1.49.0")] impl<'a, T: Error + ?Sized> Error for &'a T { #[allow(deprecated, deprecated_in_future)] fn description(&self) -> &str {