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
|
||||
/// 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>,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user