mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
implement Box.box and Box.unbox in the dev backend
This commit is contained in:
parent
c79ae98d16
commit
b022175489
5 changed files with 191 additions and 33 deletions
|
@ -928,7 +928,7 @@ impl<
|
|||
) => (*base_offset, *size),
|
||||
storage => {
|
||||
internal_error!(
|
||||
"Data not on the stack for sym ({}) with storage ({:?})",
|
||||
"Data not on the stack for sym {:?} with storage {:?}",
|
||||
sym,
|
||||
storage
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue