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 cee58fd commit c056a79Copy full SHA for c056a79
src/libstd/error.rs
@@ -197,7 +197,6 @@ pub trait Error: Debug + Display {
197
fn source(&self) -> Option<&(dyn Error + 'static)> { None }
198
199
/// Gets the `TypeId` of `self`
200
- #[doc(hidden)]
201
#[stable(feature = "error_type_id", since = "1.34.0")]
202
fn type_id(&self) -> TypeId where Self: 'static {
203
TypeId::of::<Self>()
0 commit comments