Found bug, unable to do an assignment expression with a syscall

This commit is contained in:
2025-12-09 23:45:10 -07:00
parent f19801d4e6
commit b21d6cc73e
8 changed files with 270 additions and 51 deletions

View File

@@ -39,7 +39,7 @@ impl From<LexError> for Diagnostic {
..Default::default()
}
}
_ => todo!(),
_ => Diagnostic::default(),
}
}
}