mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
bring parse errors into the reporting tests
This commit is contained in:
parent
5e500f55ae
commit
e21cdfc689
4 changed files with 91 additions and 138 deletions
|
@ -190,6 +190,7 @@ pub enum FailReason {
|
|||
Eof(Region),
|
||||
InvalidPattern,
|
||||
ReservedKeyword(Region),
|
||||
ArgumentsBeforeEquals,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue