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

Remove unnecessary use of #[repr(packed)]. #1

Merged
merged 1 commit into from
Jul 25, 2015

Conversation

huonw
Copy link
Contributor

@huonw huonw commented Jul 24, 2015

This struct is laid out the same way with or without packed, since
it is empty.

The removal is good because there's some correctness issues with it, so
there may be breaking changes to it in future and removing it now will
avoid them all together. See
rust-lang/rust#27060.

This struct is laid out the same way with or without `packed`, since
it is empty.

The removal is good because there's some correctness issues with it, so
there may be breaking changes to it in future and removing it now will
avoid them all together. See
rust-lang/rust#27060.
crowdagger added a commit that referenced this pull request Jul 25, 2015
Remove unnecessary use of `#[repr(packed)]`.
@crowdagger crowdagger merged commit 4f8574e into crowdagger:master Jul 25, 2015
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