remove LikeARoseTree

This commit is contained in:
Folkert 2021-06-21 21:07:49 +02:00
parent 65f4ff9663
commit ab8e0c756d
3 changed files with 1 additions and 13 deletions

View file

@ -896,10 +896,6 @@ fn expr_spec(
Wrapped::RecordOrSingleTagUnion => {
builder.add_get_tuple_field(block, value_id, *index as u32)
}
Wrapped::LikeARoseTree => {
let result_type = layout_spec(builder, layout)?;
builder.add_unknown_with(block, &[value_id], result_type)
}
}
}
Array { elem_layout, elems } => {