mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-09 21:36:18 +00:00
add LayoutRepr::Ptr
This commit is contained in:
parent
a9f7961b52
commit
17512873e8
18 changed files with 62 additions and 8 deletions
|
@ -239,6 +239,9 @@ pub fn refcount_generic<'a>(
|
|||
inner_layout,
|
||||
structure,
|
||||
),
|
||||
LayoutRepr::Ptr(_) => {
|
||||
unreachable!("We should never call a refcounting helper on a Ptr layout directly")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue