mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
replace borrowed boolean with ownership enum
This commit is contained in:
parent
6bdab37541
commit
6c95bc1fb9
9 changed files with 48 additions and 29 deletions
|
|
@ -46,7 +46,7 @@ pub fn make_tail_recursive<'a>(
|
|||
args.iter().map(|(layout, symbol, _)| Param {
|
||||
symbol: *symbol,
|
||||
layout: *layout,
|
||||
borrow: true,
|
||||
ownership: Ownership::Borrowed,
|
||||
}),
|
||||
arena,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue