Skip to content

Commit 47905f9

Browse files
committed
Add a missing stable attribute
1 parent d3c0bb4 commit 47905f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/error.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ pub trait Error {
103103
#[stable(feature = "grandfathered", since = "1.0.0")]
104104
pub trait FromError<E> {
105105
/// Perform the conversion.
106+
#[stable(feature = "grandfathered", since = "1.0.0")]
106107
fn from_error(err: E) -> Self;
107108
}
108109

0 commit comments

Comments
 (0)