Start fixing error outputs

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-03-16 11:22:29 +01:00
parent d6ac7af36b
commit 7f7bf5c98d
16 changed files with 319 additions and 21 deletions

View file

@ -63,7 +63,7 @@ pub enum Instruction {
slot: VariableSlot,
},
PushScope {
#[expect(unused)]
#[allow(unused)]
inherit_parent: bool,
},
Abort,