mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
report malformed int and float patterns
This commit is contained in:
parent
a05b664be0
commit
0c7a4179aa
8 changed files with 208 additions and 27 deletions
|
@ -719,6 +719,7 @@ fn pattern_to_vars_by_symbol(
|
|||
| FloatLiteral(_)
|
||||
| StrLiteral(_)
|
||||
| Underscore
|
||||
| MalformedPattern(_, _)
|
||||
| UnsupportedPattern(_) => {}
|
||||
|
||||
Shadowed(_, _) => {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue