fix exception handling when thrown by throw_exception, and within setup_call_cleanup and call_with_inference_limit.
This commit is contained in:
@@ -71,7 +71,7 @@ pub(super) struct DuplicateBallTerm<'a> {
|
||||
impl<'a> DuplicateBallTerm<'a> {
|
||||
pub(super) fn new(state: &'a mut MachineState) -> Self {
|
||||
let hb = state.heap.len();
|
||||
DuplicateBallTerm { state: state, heap_boundary: hb }
|
||||
DuplicateBallTerm { state, heap_boundary: hb }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user