mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Merge branch 'trunk' into refcount
This commit is contained in:
commit
695408e74e
4 changed files with 16 additions and 6 deletions
|
@ -202,7 +202,7 @@ pub fn gen(
|
|||
let proc = PartialProc {
|
||||
annotation: def.expr_var,
|
||||
// This is a 0-arity thunk, so it has no arguments.
|
||||
pattern_symbols: bumpalo::collections::Vec::new_in(arena),
|
||||
pattern_symbols: &[],
|
||||
body,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue