mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
working parser error
This commit is contained in:
parent
719ef5b70e
commit
aea48f703a
5 changed files with 16 additions and 12 deletions
|
@ -190,7 +190,7 @@ pub enum FailReason {
|
|||
Eof(Region),
|
||||
InvalidPattern,
|
||||
ReservedKeyword(Region),
|
||||
ArgumentsBeforeEquals,
|
||||
ArgumentsBeforeEquals(Region),
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue