mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Remove TagDiscriminant low-level
This commit is contained in:
parent
cb96a64259
commit
792afe5457
7 changed files with 5 additions and 88 deletions
|
@ -1858,7 +1858,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
|
||||
Eq | NotEq => self.eq_or_neq(backend),
|
||||
|
||||
BoxExpr | UnboxExpr | TagDiscriminant => {
|
||||
BoxExpr | UnboxExpr => {
|
||||
unreachable!("The {:?} operation is turned into mono Expr", self.lowlevel)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue