mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
generate the RocFunction struct
This commit is contained in:
parent
98ba49baf6
commit
6ead631c82
8 changed files with 266 additions and 63 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue