fix bugs revealed by src/tests/builtins.pl

This commit is contained in:
Mark Thom
2021-12-04 23:46:31 -07:00
parent 2b3e43f160
commit cd129e32a7
9 changed files with 30 additions and 28 deletions

View File

@@ -204,9 +204,6 @@ impl<'a> StackfulPreOrderHeapIter<'a> {
return Some(self.heap[h]);
}
// (HeapCellValueTag::StackVar) => {
// unreachable!() // TODO: here, crashing.
// }
_ => {
return Some(*cell);
}