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 ca258c5 commit a49e1edCopy full SHA for a49e1ed
src/libstd/error.rs
@@ -202,7 +202,7 @@ pub trait Error: Debug + Display {
202
/// }
203
204
/// ```
205
- #[stable(feature = "rust1", since = "1.30.0")]
+ #[stable(feature = "error_source", since = "1.30.0")]
206
fn source(&self) -> Option<&(dyn Error + 'static)> { None }
207
208
/// Get the `TypeId` of `self`
0 commit comments