mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-30 21:48:28 +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