mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 18:08:55 +03:00
feat(ClosureExtra): wow this works I think
This commit is contained in:
parent
f8687bd991
commit
510c70d326
@ -385,6 +385,7 @@ impl Rigids {
|
||||
/// This is overflow data from a Closure variant, which needs to store
|
||||
/// more than 32B of total data
|
||||
#[derive(Debug)]
|
||||
#[repr(align(32))]
|
||||
pub struct ClosureExtra {
|
||||
pub return_type: Variable, // 4B
|
||||
pub captured_symbols: PoolVec<(Symbol, Variable)>, // 8B
|
||||
|
Loading…
Reference in New Issue
Block a user