mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Finish expr_to_pattern
This commit is contained in:
parent
05ca48449a
commit
ff48718305
2 changed files with 58 additions and 5 deletions
|
@ -155,6 +155,7 @@ pub enum FailReason {
|
|||
LineTooLong(u32 /* which line was too long */),
|
||||
TooManyLines,
|
||||
Eof(Region),
|
||||
InvalidPattern,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue