Attempt occurs checks for recursive lambda sets only during monomorphization

This commit is contained in:
Ayaz Hafiz 2022-08-31 16:44:55 -05:00
parent 5d31ec762d
commit 086f7a7e9d
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 22 additions and 9 deletions

View file

@ -321,6 +321,7 @@ struct ChangedVariableCollector {
impl MetaCollector for ChangedVariableCollector {
const UNIFYING_SPECIALIZATION: bool = false;
const IS_LATE: bool = true;
#[inline(always)]
fn record_specialization_lambda_set(&mut self, _member: Symbol, _region: u8, _var: Variable) {}