mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
rename
This commit is contained in:
parent
f57e7a6eed
commit
98b4930054
7 changed files with 14 additions and 14 deletions
|
@ -582,7 +582,7 @@ impl<'a> BorrowInfState<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
CoerceToTagId { structure: x, .. } => {
|
||||
UnionAtIndex { structure: x, .. } => {
|
||||
// if the structure (record/tag/array) is owned, the extracted value is
|
||||
if self.is_owned(*x) {
|
||||
self.own_var(z);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue