implement record update

This commit is contained in:
Folkert 2020-10-04 00:06:14 +02:00
parent 16ec417324
commit c4b4cb013e
5 changed files with 150 additions and 72 deletions

View file

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