Remove TagDiscriminant low-level

This commit is contained in:
Ayaz Hafiz 2022-10-05 13:00:45 -05:00
parent cb96a64259
commit 792afe5457
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
7 changed files with 5 additions and 88 deletions

View file

@ -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)
}