mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Attempt occurs checks for recursive lambda sets only during monomorphization
This commit is contained in:
parent
5d31ec762d
commit
086f7a7e9d
2 changed files with 22 additions and 9 deletions
|
@ -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) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue