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 657d371 commit d0b3a66Copy full SHA for d0b3a66
chalk-solve/src/clauses/program_clauses.rs
@@ -173,7 +173,7 @@ impl<I: Interner> ToProgramClauses<I> for OpaqueTyDatum<I> {
173
// Implemented(!T<..>: Bound).
174
let bound_with_placeholder_ty = bound.substitute(interner, &substitution);
175
builder.push_binders(&bound_with_placeholder_ty, |builder, bound| {
176
- builder.push_fact(bound.into_well_formed_goal(interner));
+ builder.push_fact(bound);
177
});
178
}
179
0 commit comments