We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6206dce commit 479707bCopy full SHA for 479707b
compiler/rustc_trait_selection/src/solve/search_graph.rs
@@ -43,9 +43,9 @@ struct StackEntry<'tcx> {
43
/// Whether this entry is a non-root cycle participant.
44
///
45
/// 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.
+ /// global cache. We store the highest stack depth of a head of a cycle
+ /// this goal is involved in. This necessary to soundly cache its
+ /// provisional result.
49
non_root_cycle_participant: Option<StackDepth>,
50
51
encountered_overflow: bool,
0 commit comments