mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Support underscores in assignment patterns
This commit is contained in:
parent
569e90d682
commit
beccc92c87
4 changed files with 16 additions and 25 deletions
|
@ -16,7 +16,6 @@ pub struct CycleEntry {
|
|||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub enum BadPattern {
|
||||
UnderscoreInDef,
|
||||
Unsupported(PatternType),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue