fix very funny parser bug

This commit is contained in:
nora 2022-05-01 12:06:55 +02:00
parent cbc60bf472
commit 39079710c0

View file

@ -609,6 +609,7 @@ where
let mut elements = Vec::new_in(self.bump);
if self.peek_kind() == Some(&close) {
exit_parse!(self);
return Ok(elements.into_bump_slice());
}