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

Use alloc_layout_extra feature once it's stabilized #2

Closed
joshlf opened this issue Sep 19, 2022 · 0 comments · Fixed by #257
Closed

Use alloc_layout_extra feature once it's stabilized #2

joshlf opened this issue Sep 19, 2022 · 0 comments · Fixed by #257
Labels
compatibility-nonbreaking Changes that are (likely to be) non-breaking

Comments

@joshlf
Copy link
Member

joshlf commented Sep 19, 2022

Migrated from https://fxbug.dev/80757

Once the Rust alloc_layout_extra feature is stabilized, use functions and methods which it adds to the Layout type in zerocopy to replace logic which is currently implemented manually.

@joshlf joshlf added the compatibility-nonbreaking Changes that are (likely to be) non-breaking label Aug 12, 2023
joshlf added a commit that referenced this issue Aug 14, 2023
Doesn't actually resolve #2 in the sense of doing the task listed in the TODO, but closes it since we don't need a separate issue to track this.

Closes #2
joshlf added a commit that referenced this issue Aug 14, 2023
Doesn't actually resolve #2 in the sense of doing the task listed in the TODO, but closes it since we don't need a separate issue to track this.

Closes #2
joshlf added a commit that referenced this issue Aug 19, 2023
Doesn't actually resolve #2 in the sense of doing the task listed in the TODO, but closes it since we don't need a separate issue to track this.

Closes #2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility-nonbreaking Changes that are (likely to be) non-breaking
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant