Make sure to update path of matched list

This commit is contained in:
Ayaz Hafiz 2022-11-01 14:16:50 -05:00
parent ae71c7efe2
commit 45f7cd5ad7
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 8 additions and 7 deletions

View file

@ -1454,6 +1454,7 @@ fn path_to_expr_help<'a>(
stores.push((load_sym, *elem_layout, load_expr));
layout = *elem_layout;
symbol = load_sym;
}
_ => internal_error!("not a list"),
}