mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
report malformed type names in annotations
This commit is contained in:
parent
22f77ed966
commit
b681923270
4 changed files with 129 additions and 50 deletions
|
@ -134,6 +134,7 @@ pub enum RuntimeError {
|
|||
},
|
||||
InvalidPrecedence(PrecedenceProblem, Region),
|
||||
MalformedIdentifier(Box<str>, roc_parse::ident::BadIdent, Region),
|
||||
MalformedTypeName(Box<str>, Region),
|
||||
MalformedClosure(Region),
|
||||
InvalidRecordUpdate {
|
||||
region: Region,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue