mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
implement record update
This commit is contained in:
parent
16ec417324
commit
c4b4cb013e
5 changed files with 150 additions and 72 deletions
|
@ -337,7 +337,7 @@ impl<'a> BorrowInfState<'a> {
|
|||
self.own_var(*x);
|
||||
}
|
||||
}
|
||||
Update { .. } => todo!(),
|
||||
|
||||
FunctionCall {
|
||||
call_type,
|
||||
args,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue