this is not a rust code snippet

This commit is contained in:
lcnr 2024-01-09 13:10:37 +01:00
parent 242633fe52
commit 13aa90042f

View File

@ -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>,
}