mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
improved malformed patterns
This commit is contained in:
parent
2ae993d695
commit
a87dfac7da
10 changed files with 316 additions and 126 deletions
|
@ -167,4 +167,5 @@ pub enum MalformedPatternProblem {
|
|||
MalformedBase(Base),
|
||||
Unknown,
|
||||
QualifiedIdentifier,
|
||||
BadIdent(roc_parse::ident::BadIdent),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue