1
Fork 0

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 @@ impl<'tcx> EvalCtxt<'_, 'tcx> {
}
};
// Guard against `<T as Trait<?0>>::Assoc = ?0>`.
struct ContainsTerm<'tcx> {
term: ty::Term<'tcx>,
}