change name in error

This commit is contained in:
Fernando Herrera 2021-09-11 08:22:41 +01:00
parent 9a16a8fd06
commit 198c884158

View File

@ -2511,7 +2511,7 @@ pub fn parse_alias(
(
garbage_statement(spans),
Some(ParseError::UnknownState(
"internal error: let statement unparseable".into(),
"internal error: alias statement unparseable".into(),
span(spans),
)),
)