Remove LambdaName::from_non_multimorphic

This commit is contained in:
Ayaz Hafiz 2022-06-28 17:55:08 -04:00 committed by ayazhafiz
parent 9714376b64
commit 1903ce4db9
No known key found for this signature in database
GPG key ID: B443F7A3030C9AED
3 changed files with 16 additions and 38 deletions

View file

@ -343,7 +343,7 @@ impl<'a> CodeGenHelp<'a> {
};
self.specializations[spec_index].proc = Some(Proc {
name: LambdaName::from_non_multimorphic(proc_symbol),
name: LambdaName::only_receiver(proc_symbol),
args,
body,
closure_data_layout: None,