mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
2498a9d464
Restore typeid_for_instance default behavior of performing self type erasure, since it's the most common case and what it does most of the time. Using concrete self (or not performing self type erasure) is for assigning a secondary type id, and secondary type ids are only assigned when they're unique and to methods, and also are only tested for when methods are used as function pointers. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |