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 0d0a290 commit 4705475Copy full SHA for 4705475
src/libcore/any.rs
@@ -88,7 +88,7 @@ use intrinsics::TypeId;
88
#[stable]
89
pub trait Any: 'static {
90
/// Get the `TypeId` of `self`
91
- #[stable]
+ #[experimental = "this method will likely be replaced by an associated static"]
92
fn get_type_id(&self) -> TypeId;
93
}
94
0 commit comments