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 0ee9cfd commit 41b624dCopy full SHA for 41b624d
compiler/rustc_trait_selection/src/solve/search_graph.rs
@@ -22,10 +22,10 @@ rustc_index::newtype_index! {
22
struct StackEntry<'tcx> {
23
input: CanonicalInput<'tcx>,
24
available_depth: Limit,
25
- // The maximum depth reached by this stack entry, only up-to date
26
- // for the top of the stack and lazily updated for the rest.
+ /// The maximum depth reached by this stack entry, only up-to date
+ /// for the top of the stack and lazily updated for the rest.
27
reached_depth: StackDepth,
28
- // In case of a cycle, the depth of the root.
+ /// In case of a cycle, the depth of the root.
29
cycle_root_depth: StackDepth,
30
31
encountered_overflow: bool,
0 commit comments