Skip to content

Commit 369f9aa

Browse files
committed
add comment
1 parent 415aa66 commit 369f9aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_trait_selection/src/solve/project_goals.rs

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ impl<'tcx> EvalCtxt<'_, 'tcx> {
8282
}
8383
};
8484

85+
// Guard against `<T as Trait<?0>>::Assoc = ?0>`.
8586
struct ContainsTerm<'tcx> {
8687
term: ty::Term<'tcx>,
8788
}

0 commit comments

Comments
 (0)