Skip to content

Conversation

JohnAZoidberg
Copy link
Member

No description provided.

Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Clippy now warns about this:
error: item uses `packed` representation without ABI-qualification

Quote from clippy:

> repr(packed) by default implies repr(Rust, packed). However, this
> representation is not stable, which makes it less useful: the bulk of
> repr(packed) use cases are for interfacing with certain binary formats
> (where it needs to be repr(C, packed)) and for zero-copy deserialization
> (which needs to be stable). The best use case for repr(Rust, packed) is
> for reducing binary size

Signed-off-by: Daniel Schaefer <dhs@frame.work>
@JohnAZoidberg JohnAZoidberg merged commit d58a758 into main Feb 28, 2025
6 checks passed
@JohnAZoidberg JohnAZoidberg deleted the feb25 branch February 28, 2025 05:54
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.

1 participant