You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1106 introduced a breaking change to use repr(C). However, this breaks existing programs using repr(packed). We should introduce a feature flag to use repr(packed) instead (or alternatively add an optional argument, e.g. #[account(zero_copy, repr(packed))]).
The text was updated successfully, but these errors were encountered:
#1106 introduced a breaking change to use repr(C). However, this breaks existing programs using repr(packed). We should introduce a feature flag to use repr(packed) instead (or alternatively add an optional argument, e.g.
#[account(zero_copy, repr(packed))]
).The text was updated successfully, but these errors were encountered: