Skip to content

Commit 479707b

Browse files
committed
fix comment
1 parent 6206dce commit 479707b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler/rustc_trait_selection/src/solve/search_graph.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)