my discard add got lost in the rebasing -_-

This commit is contained in:
Kasey White 2023-01-06 04:40:18 -05:00 committed by KtorZ
parent dc052bf9b8
commit 1a29ee3b72
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 4 additions and 0 deletions

View File

@ -778,6 +778,10 @@ impl<'a> CodeGenerator<'a> {
}
*clause_properties.needs_constr_var() = false;
pattern_vec.push(Air::Discard {
scope: scope.clone(),
});
self.when_recursive_ir(
pattern,
pattern_vec,