set_local_value does not make values safe (#1812)
This commit is contained in:
@@ -848,7 +848,6 @@ impl<'a, Outputter: HCValueOutputter> HCPrinter<'a, Outputter> {
|
||||
self.iter.heap,
|
||||
heap_bound_deref(self.iter.heap, cell),
|
||||
);
|
||||
|
||||
let cell = unmark_cell_bits!(cell);
|
||||
|
||||
match self.var_names.get(&cell).cloned() {
|
||||
|
||||
Reference in New Issue
Block a user