rust/compiler/rustc_symbol_mangling
Ramon de C Valle 2498a9d464 CFI: Restore typeid_for_instance default behavior
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.
2024-04-04 21:19:33 -07:00
..
src CFI: Restore typeid_for_instance default behavior 2024-04-04 21:19:33 -07:00
Cargo.toml CFI: Support arbitrary receivers 2024-03-24 22:46:48 +00:00