Skip to content

Commit

Permalink
Merge pull request #5709 from JTeeuwissen/no-borrow
Browse files Browse the repository at this point in the history
removed borrow.rs
  • Loading branch information
folkertdev authored Jul 30, 2023
2 parents cb22c3e + 80faf0e commit 750234f
Show file tree
Hide file tree
Showing 12 changed files with 140 additions and 1,194 deletions.
7 changes: 1 addition & 6 deletions crates/compiler/gen_dev/src/generic64/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Loading

0 comments on commit 750234f

Please sign in to comment.