fix bugs revealed by src/tests/builtins.pl
This commit is contained in:
@@ -204,9 +204,6 @@ impl<'a> StackfulPreOrderHeapIter<'a> {
|
||||
|
||||
return Some(self.heap[h]);
|
||||
}
|
||||
// (HeapCellValueTag::StackVar) => {
|
||||
// unreachable!() // TODO: here, crashing.
|
||||
// }
|
||||
_ => {
|
||||
return Some(*cell);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user