mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Make pattern_symbols be a slice
This commit is contained in:
parent
4acb9fa325
commit
0f8906b6d3
2 changed files with 4 additions and 4 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