We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415aa66 commit 369f9aaCopy full SHA for 369f9aa
compiler/rustc_trait_selection/src/solve/project_goals.rs
@@ -82,6 +82,7 @@ impl<'tcx> EvalCtxt<'_, 'tcx> {
82
}
83
};
84
85
+ // Guard against `<T as Trait<?0>>::Assoc = ?0>`.
86
struct ContainsTerm<'tcx> {
87
term: ty::Term<'tcx>,
88
0 commit comments