Skip to content

Commit a49e1ed

Browse files
author
Without Boats
committed
Fix feature name.
1 parent ca258c5 commit a49e1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ pub trait Error: Debug + Display {
202202
/// }
203203
/// }
204204
/// ```
205-
#[stable(feature = "rust1", since = "1.30.0")]
205+
#[stable(feature = "error_source", since = "1.30.0")]
206206
fn source(&self) -> Option<&(dyn Error + 'static)> { None }
207207

208208
/// Get the `TypeId` of `self`

0 commit comments

Comments
 (0)