Skip to content

Commit

Permalink
this is not a rust code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Jan 9, 2024
1 parent 242633f commit 13aa900
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions compiler/rustc_trait_selection/src/solve/search_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ struct DetachedEntry<'tcx> {
///
/// Given the following rules, when proving `A` the head for
/// the provisional entry of `C` would be `B`.
///
/// A :- B
/// B :- C
/// C :- A + B + C
/// ```plain
/// A :- B
/// B :- C
/// C :- A + B + C
/// ```
head: StackDepth,
result: QueryResult<'tcx>,
}
Expand Down

0 comments on commit 13aa900

Please sign in to comment.