mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
interner borrow
This commit is contained in:
parent
7710170e68
commit
0f04cd7b0b
1 changed files with 2 additions and 2 deletions
|
@ -1117,8 +1117,8 @@ impl<'a> ReuseEnvironment<'a> {
|
|||
/**
|
||||
Check if a layout can be reused. by verifying if the layout is a union and if the tag is not nullable.
|
||||
*/
|
||||
fn symbol_layout_reusability<'a, 'i>(
|
||||
layout_interner: &'i STLayoutInterner<'a>,
|
||||
fn symbol_layout_reusability<'a>(
|
||||
layout_interner: &STLayoutInterner<'a>,
|
||||
environment: &ReuseEnvironment<'a>,
|
||||
symbol: &Symbol,
|
||||
layout: &InLayout<'a>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue