Skip to content

Commit 573ec31

Browse files
authored
update stabilization to 1.49.0
1 parent 39466bc commit 573ec31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ impl<T: Error> Error for Box<T> {
506506
}
507507
}
508508

509-
#[stable(feature = "error_by_ref", since = "1.47.0")]
509+
#[stable(feature = "error_by_ref", since = "1.49.0")]
510510
impl<'a, T: Error + ?Sized> Error for &'a T {
511511
#[allow(deprecated, deprecated_in_future)]
512512
fn description(&self) -> &str {

0 commit comments

Comments
 (0)