working parser error

This commit is contained in:
Folkert 2020-04-16 01:30:28 +02:00
parent 719ef5b70e
commit aea48f703a
5 changed files with 16 additions and 12 deletions

View file

@ -190,7 +190,7 @@ pub enum FailReason {
Eof(Region),
InvalidPattern,
ReservedKeyword(Region),
ArgumentsBeforeEquals,
ArgumentsBeforeEquals(Region),
}
#[derive(Debug, Clone, PartialEq, Eq)]