mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +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.
|
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>(
|
fn symbol_layout_reusability<'a>(
|
||||||
layout_interner: &'i STLayoutInterner<'a>,
|
layout_interner: &STLayoutInterner<'a>,
|
||||||
environment: &ReuseEnvironment<'a>,
|
environment: &ReuseEnvironment<'a>,
|
||||||
symbol: &Symbol,
|
symbol: &Symbol,
|
||||||
layout: &InLayout<'a>,
|
layout: &InLayout<'a>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue