mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
record update foundations
This commit is contained in:
parent
c8e5acf142
commit
16ec417324
4 changed files with 71 additions and 1 deletions
|
@ -337,6 +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