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 741a3d4 commit cc1e05fCopy full SHA for cc1e05f
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