First pass at specialized erased

This commit is contained in:
Ayaz Hafiz 2023-06-27 15:49:14 -05:00
parent 2cb2e37fd7
commit fbad6bcb90
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 42 additions and 26 deletions

View file

@ -284,7 +284,6 @@ pub fn build_erased_function<'a>(
env: &mut Env<'a, '_>,
layout_cache: &mut LayoutCache<'a>,
resolved_lambda: ResolvedErasedLambda<'a>,
captures: CapturedSymbols<'a>,
assigned: Symbol,
hole: &'a Stmt<'a>,
) -> Stmt<'a> {