mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-23 13:24:07 +00:00
Add parsing error reporting for list patterns
This commit is contained in:
parent
9bb523ce97
commit
89867a4dc5
4 changed files with 247 additions and 10 deletions
|
@ -566,8 +566,6 @@ pub enum PList<'a> {
|
|||
Space(BadInputError, Position),
|
||||
|
||||
IndentOpen(Position),
|
||||
IndentColon(Position),
|
||||
IndentOptional(Position),
|
||||
IndentEnd(Position),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue