mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 00:17:44 +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