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 /// Given the following rules, when proving `A` the head for
/// the provisional entry of `C` would be `B`. /// the provisional entry of `C` would be `B`.
/// /// ```plain
/// A :- B /// A :- B
/// B :- C /// B :- C
/// C :- A + B + C /// C :- A + B + C
/// ```
head: StackDepth, head: StackDepth,
result: QueryResult<'tcx>, result: QueryResult<'tcx>,
} }