Found bug, unable to do an assignment expression with a syscall
This commit is contained in:
@@ -39,7 +39,7 @@ impl From<LexError> for Diagnostic {
|
||||
..Default::default()
|
||||
}
|
||||
}
|
||||
_ => todo!(),
|
||||
_ => Diagnostic::default(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user