diff --git a/build/instructions_template.rs b/build/instructions_template.rs index 75a7d60d..0cf0a6b5 100644 --- a/build/instructions_template.rs +++ b/build/instructions_template.rs @@ -1099,6 +1099,7 @@ fn generate_instruction_preface() -> TokenStream { #[inline] pub fn is_head_instr(&self) -> bool { match self { + Instruction::Deallocate | Instruction::GetConstant(..) | Instruction::GetList(..) | Instruction::GetPartialString(..) |