os-rust/compiler/rustc_symbol_mangling
bors 50e3d6296d Auto merge of #123012 - maurer:cfi-supertraits, r=compiler-errors
CFI: Support calling methods on supertraits

Automatically adjust `Virtual` calls to supertrait functions to use the supertrait's trait object type as the receiver rather than the child trait.

cc `@compiler-errors` - this is the next usage of `trait_object_ty` I intend to have, so I thought it might be relevant while reviewing the existing one.
2024-03-30 06:38:18 +00:00
..
src Auto merge of #123012 - maurer:cfi-supertraits, r=compiler-errors 2024-03-30 06:38:18 +00:00
Cargo.toml CFI: Support arbitrary receivers 2024-03-24 22:46:48 +00:00