about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAshley Mannix <kodraus@hey.com>2020-10-31 20:16:15 +1000
committerGitHub <noreply@github.com>2020-10-31 20:16:15 +1000
commit573ec314b635178533f68160f2dab3dd345d5df2 (patch)
treeb333773fb7c548f0beaa703879986a786a6727fa
parent39466bc58b15cca644afcdf79a152625fc75987e (diff)
update stabilization to 1.49.0
-rw-r--r--library/std/src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/error.rs b/library/std/src/error.rs
index cb70b38850c..8fd9f09b9de 100644
--- a/library/std/src/error.rs
+++ b/library/std/src/error.rs
@@ -506,7 +506,7 @@ impl<T: Error> Error for Box<T> {
     }
 }
 
-#[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 {