generate the RocFunction struct

This commit is contained in:
Folkert 2023-01-11 23:05:32 +01:00
parent 98ba49baf6
commit 6ead631c82
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
8 changed files with 266 additions and 63 deletions

View file

@ -5233,7 +5233,7 @@ fn build_host_exposed_alias_size_help<'a, 'ctx, 'env>(
builder.build_return(Some(&size));
}
pub fn build_proc<'a, 'ctx, 'env>(
fn build_proc<'a, 'ctx, 'env>(
env: &Env<'a, 'ctx, 'env>,
layout_interner: &mut STLayoutInterner<'a>,
mod_solutions: &'a ModSolutions,