add comment
This commit is contained in:
parent
415aa663a2
commit
369f9aa099
@ -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>,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user