mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 19:36:49 +00:00
Un-shadow object bound candidate in `NormalizesTo` goal if self_ty is trait object Fixes https://github.com/rust-lang/trait-system-refactor-initiative/issues/244 r? lcnr