this is not a rust code snippet
This commit is contained in:
parent
242633fe52
commit
13aa90042f
@ -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>,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user