diff options
Diffstat (limited to 'src/libstd/error.rs')
| -rw-r--r-- | src/libstd/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/error.rs b/src/libstd/error.rs index af5a0571c88..86d45e03f25 100644 --- a/src/libstd/error.rs +++ b/src/libstd/error.rs @@ -202,7 +202,7 @@ pub trait Error: Debug + Display { /// } /// } /// ``` - #[stable(feature = "rust1", since = "1.30.0")] + #[stable(feature = "error_source", since = "1.30.0")] fn source(&self) -> Option<&(dyn Error + 'static)> { None } /// Get the `TypeId` of `self` |
