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.
2 parents 4af96ae + cc1e05f commit 3d35a9bCopy full SHA for 3d35a9b
src/libstd/error.rs
@@ -197,9 +197,7 @@ pub trait Error: Debug + Display {
197
198
/// Get the `TypeId` of `self`
199
#[doc(hidden)]
200
- #[unstable(feature = "error_type_id",
201
- reason = "unclear whether to commit to this public implementation detail",
202
- issue = "27745")]
+ #[stable(feature = "error_type_id", since = "1.34.0")]
203
fn type_id(&self) -> TypeId where Self: 'static {
204
TypeId::of::<Self>()
205
}
0 commit comments