Skip to content

Commit e74d1cd

Browse files
committed
update comment
1 parent f45502d commit e74d1cd

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_trait_selection/src/solve/assembly

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/solve/assembly/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ impl<'tcx> EvalCtxt<'_, 'tcx> {
320320
candidates
321321
}
322322

323-
/// If the self type of a goal is a projection, computing the relevant candidates is difficult.
323+
/// If the self type of a goal is an alias, computing the relevant candidates is difficult.
324324
///
325325
/// To deal with this, we first try to normalize the self type and add the candidates for the normalized
326326
/// self type to the list of candidates in case that succeeds. We also have to consider candidates with the

0 commit comments

Comments
 (0)