Merge branch 'trunk' into refcount

This commit is contained in:
Richard Feldman 2020-08-09 22:32:26 -04:00 committed by GitHub
commit 695408e74e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 6 deletions

View file

@ -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,
};