Easy mode refcounter

This commit is contained in:
Ayaz Hafiz 2023-07-06 15:51:27 -05:00
parent f37cc48e88
commit bc4c91a68f
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -625,7 +625,7 @@ fn modify_refcount_layout_build_function<'a, 'ctx>(
mode,
lambda_set.runtime_representation(),
),
FunctionPointer(_) => todo_lambda_erasure!(),
FunctionPointer(_) => None,
Erased(_) => todo_lambda_erasure!(),
}
}