mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Remove private tag variants
This commit is contained in:
parent
37b9a34448
commit
cf8409dfaa
13 changed files with 76 additions and 108 deletions
|
@ -344,7 +344,6 @@ impl LambdaSet {
|
|||
layouts.symbols.push(*symbol);
|
||||
}
|
||||
TagName::Global(_) => unreachable!("lambda set tags must be closure tags"),
|
||||
TagName::Private(_) => unreachable!("lambda set tags must be closure tags"),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue