mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-16 17:26:36 +00:00

Trait upcasting coercion (part2) This is the second part of trait upcasting coercion implementation. Currently this is blocked on #86264 . The third part might be implemented using unsafety checking r? `@bjorn3`
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.