We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45502d commit e74d1cdCopy full SHA for e74d1cd
compiler/rustc_trait_selection/src/solve/assembly/mod.rs
@@ -320,7 +320,7 @@ impl<'tcx> EvalCtxt<'_, 'tcx> {
320
candidates
321
}
322
323
- /// If the self type of a goal is a projection, computing the relevant candidates is difficult.
+ /// If the self type of a goal is an alias, computing the relevant candidates is difficult.
324
///
325
/// To deal with this, we first try to normalize the self type and add the candidates for the normalized
326
/// self type to the list of candidates in case that succeeds. We also have to consider candidates with the
0 commit comments