mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
rename
This commit is contained in:
parent
368d45fb01
commit
205b168f16
8 changed files with 20 additions and 20 deletions
|
@ -1063,7 +1063,7 @@ fn path_to_expr_help<'a>(
|
|||
Layout::Struct(field_layouts) => {
|
||||
debug_assert!(field_layouts.len() > 1);
|
||||
|
||||
let expr = Expr::AccessAtIndex {
|
||||
let expr = Expr::StructAtIndex {
|
||||
index,
|
||||
field_layouts,
|
||||
structure: symbol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue