mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
fixup! Exhaustiveness checking opaque patterns
This commit is contained in:
parent
34900c1f55
commit
a7825c34f5
1 changed files with 0 additions and 2 deletions
|
@ -2038,8 +2038,6 @@ fn pattern_to_when<'a>(
|
|||
(symbol, Loc::at_zero(wrapped_body))
|
||||
}
|
||||
|
||||
UnwrappedOpaque { .. } => todo_opaques!(),
|
||||
|
||||
IntLiteral(..)
|
||||
| NumLiteral(..)
|
||||
| FloatLiteral(..)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue