mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
remove LikeARoseTree
This commit is contained in:
parent
65f4ff9663
commit
ab8e0c756d
3 changed files with 1 additions and 13 deletions
|
@ -1440,12 +1440,6 @@ pub fn build_exp_expr<'a, 'ctx, 'env>(
|
|||
structure,
|
||||
wrapped: Wrapped::RecordOrSingleTagUnion,
|
||||
..
|
||||
}
|
||||
| AccessAtIndex {
|
||||
index,
|
||||
structure,
|
||||
wrapped: Wrapped::LikeARoseTree,
|
||||
..
|
||||
} => {
|
||||
// extract field from a record
|
||||
match load_symbol_and_layout(scope, structure) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue