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