mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
removed borrow.rs
This commit is contained in:
parent
cb22c3e618
commit
80faf0eeee
12 changed files with 140 additions and 1194 deletions
|
@ -1169,12 +1169,7 @@ impl<
|
|||
) {
|
||||
let mut param_storage = bumpalo::vec![in self.env.arena];
|
||||
param_storage.reserve(params.len());
|
||||
for Param {
|
||||
symbol,
|
||||
ownership: _,
|
||||
layout,
|
||||
} in params
|
||||
{
|
||||
for Param { symbol, layout } in params {
|
||||
// Claim a location for every join point parameter to be loaded at.
|
||||
// Put everything on the stack for simplicity.
|
||||
self.joinpoint_argument_stack_storage(layout_interner, *symbol, *layout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue