rust/compiler/rustc_trait_selection/src/traits/select
Matthew Jasper 596d6c4b3b Avoid cycle with projections from object types
Normalizing `<dyn Iterator<Item = ()> as Iterator>::Item` no longer
requires selecting `dyn Iterator<Item = ()>: Iterator`. This was
previously worked around by using a special type-folder to normalize
things.
2020-10-06 11:19:31 +01:00
..
candidate_assembly.rs Handle multiple applicable projection candidates 2020-10-06 11:19:31 +01:00
confirmation.rs Avoid cycle with projections from object types 2020-10-06 11:19:31 +01:00
mod.rs Avoid cycle with projections from object types 2020-10-06 11:19:31 +01:00