mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
remove LikeARoseTree
This commit is contained in:
parent
65f4ff9663
commit
ab8e0c756d
3 changed files with 1 additions and 13 deletions
|
@ -1019,8 +1019,6 @@ pub enum Wrapped {
|
|||
EmptyRecord,
|
||||
SingleElementRecord,
|
||||
RecordOrSingleTagUnion,
|
||||
/// Like a rose tree; recursive, but only one tag
|
||||
LikeARoseTree,
|
||||
}
|
||||
|
||||
impl Wrapped {
|
||||
|
@ -1058,7 +1056,7 @@ impl Wrapped {
|
|||
unreachable!()
|
||||
}
|
||||
},
|
||||
NonNullableUnwrapped(_) => Some(Wrapped::LikeARoseTree),
|
||||
NonNullableUnwrapped(_) => unreachable!(),
|
||||
|
||||
NullableWrapped { .. } | NullableUnwrapped { .. } => {
|
||||
unreachable!();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue