File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
compiler/rustc_trait_selection/src/solve Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ struct StackEntry<'tcx> {
4343 /// Whether this entry is a non-root cycle participant.
4444 ///
4545 /// We must not move the result of non-root cycle participants to the
46- /// global cache. See [SearchGraph::cycle_participants] for more details.
47- /// We store the highest stack depth of a head of a cycle this goal is involved
48- /// in. This necessary to soundly cache its provisional result.
46+ /// global cache. We store the highest stack depth of a head of a cycle
47+ /// this goal is involved in. This necessary to soundly cache its
48+ /// provisional result.
4949 non_root_cycle_participant : Option < StackDepth > ,
5050
5151 encountered_overflow : bool ,
You can’t perform that action at this time.
0 commit comments