This commit is contained in:
Ayaz Hafiz 2022-04-20 15:44:21 -04:00
parent 7c0c0ef02a
commit 627d73e4c0
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 6 additions and 8 deletions

View file

@ -497,7 +497,7 @@ pub fn constrain_pattern(
state.constraints.push(tag_con);
state
.constraints
.extend(state.delayed_is_open_constriants.drain(..));
.append(&mut state.delayed_is_open_constriants);
}
UnwrappedOpaque {