We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b90256 commit 05f664aCopy full SHA for 05f664a
compiler/rustc_trait_selection/src/solve/project_goals.rs
@@ -171,7 +171,7 @@ impl<'tcx> assembly::GoalKind<'tcx> for ProjectionPredicate<'tcx> {
171
let impl_substs_with_gat = goal.predicate.projection_ty.substs.rebase_onto(
172
tcx,
173
goal_trait_ref.def_id,
174
- impl_trait_ref.substs,
+ impl_substs,
175
);
176
let substs = translate_substs(
177
acx.infcx,
0 commit comments