Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: add layout test check Accounts with [repr(packed)] #98

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

0x777A
Copy link
Collaborator

@0x777A 0x777A commented Nov 14, 2024

Due to the changes in Rust 1.80.0, where the fields in struct marked with [repr(packed)] might be reordered. There is necessary to add tests to confirm whether this change will impact the layout of these accounts. More details about the Rust changes at: rust-lang/rust#125360.

Due to the changes in Rust 1.80.0, where the fields in struct marked with [repr(packed)] might be reordered.
There is necessary to add tests to confirm whether this change will impact the layout of these accounts.
More details about the Rust changes at: rust-lang/rust#125360.
@0x777A 0x777A merged commit 17582bf into master Nov 14, 2024
@0x777A 0x777A deleted the check_repr_layout_1.80.0 branch November 14, 2024 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants