record update foundations

This commit is contained in:
Folkert 2020-10-03 21:44:25 +02:00
parent c8e5acf142
commit 16ec417324
4 changed files with 71 additions and 1 deletions

View file

@ -337,6 +337,7 @@ impl<'a> BorrowInfState<'a> {
self.own_var(*x);
}
}
Update { .. } => todo!(),
FunctionCall {
call_type,
args,