feat(ClosureExtra): wow this works I think

This commit is contained in:
rvcas 2021-08-06 13:23:46 -04:00
parent f8687bd991
commit 510c70d326

View File

@ -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