add comment

This commit is contained in:
lcnr 2023-01-18 08:08:58 +01:00
parent 415aa663a2
commit 369f9aa099

View File

@ -82,6 +82,7 @@ fn term_is_fully_unconstrained(&self, goal: Goal<'tcx, ProjectionPredicate<'tcx>
}
};
// Guard against `<T as Trait<?0>>::Assoc = ?0>`.
struct ContainsTerm<'tcx> {
term: ty::Term<'tcx>,
}