We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3959013 + 4705475 commit c637cabCopy full SHA for c637cab
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