rust/compiler/rustc_trait_selection/src/solve
Matthias Krüger 8ea26ca17f
Rollup merge of #106835 - compiler-errors:new-solver-gat-rebase-oops, r=lcnr
new trait solver: rebase impl substs for gats correctly

you might've caught this while working on projection code, if so then you can close this pr

r? `@lcnr`
2023-01-16 20:29:38 +01:00
..
assembly.rs Implement dummy query responses and a jank instantiate 2023-01-12 21:01:34 +00:00
cache.rs Implement dummy query responses and a jank instantiate 2023-01-12 21:01:34 +00:00
fulfill.rs Implement dummy query responses and a jank instantiate 2023-01-12 21:01:34 +00:00
infcx_ext.rs implement the skeleton of the updated trait solver 2022-12-19 16:46:17 +00:00
mod.rs HACK: Handle escaping bound vars from the canonical query 2023-01-12 21:01:34 +00:00
overflow.rs Implement dummy query responses and a jank instantiate 2023-01-12 21:01:34 +00:00
project_goals.rs Rollup merge of #106835 - compiler-errors:new-solver-gat-rebase-oops, r=lcnr 2023-01-16 20:29:38 +01:00
trait_goals.rs change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_ref query; add EarlyBinder to impl_trait_ref in metadata 2023-01-14 00:29:56 -07:00