this is not a rust code snippet
This commit is contained in:
parent
242633fe52
commit
13aa90042f
1 changed files with 5 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue