Skip to content

Commit

Permalink
auto merge of #19223 : reem/rust/any-typeid-unstable, r=aturon
Browse files Browse the repository at this point in the history
It is likely going to be removed and replaced
with an associated static.
  • Loading branch information
bors committed Nov 24, 2014
2 parents 3959013 + 4705475 commit c637cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/any.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ use intrinsics::TypeId;
#[stable]
pub trait Any: 'static {
/// Get the `TypeId` of `self`
#[stable]
#[experimental = "this method will likely be replaced by an associated static"]
fn get_type_id(&self) -> TypeId;
}

Expand Down

0 comments on commit c637cab

Please sign in to comment.