We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573ec31 commit bbf5001Copy full SHA for bbf5001
library/std/src/error.rs
@@ -506,7 +506,7 @@ impl<T: Error> Error for Box<T> {
506
}
507
508
509
-#[stable(feature = "error_by_ref", since = "1.49.0")]
+#[stable(feature = "error_by_ref", since = "1.51.0")]
510
impl<'a, T: Error + ?Sized> Error for &'a T {
511
#[allow(deprecated, deprecated_in_future)]
512
fn description(&self) -> &str {
0 commit comments