change message

This commit is contained in:
Fernando Herrera 2021-09-12 16:36:16 +01:00
parent 9c98783917
commit 66c58217af

View file

@ -610,7 +610,7 @@ pub fn parse_call(
return (
garbage(Span::new(0, 0)),
Some(ParseError::UnknownState(
"internal error: incomplete statement".into(),
"Incomplete statement".into(),
span(spans),
)),
);