mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
b62f318a3b
Ensure that we never try to monomorphize the upcasting or vtable calls of impossible dyn types Check for impossible obligations in the `dyn Trait` type we're trying to compute its the vtable upcasting and method call slots. r? lcnr