-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Make unique boxes self-describing #2279
Labels
Milestone
Comments
All things in the exchange heap now have a four word box header like gc boxes, but the type descriptors are not correct. |
These headers aren't going to be needed since only |
This was referenced Jan 21, 2015
Oh my, I typo'd "2279' instead of "2779". |
(Was already closed.) |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Sep 22, 2022
Allow non-ZST allocations to be adjacent Also `cargo update` in test-cargo-miri... no need to make a separate PR for that right?...
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Create a RFC for feature gate for APIs included in the Kani library. Tracking issue: rust-lang#2279 Co-authored-by: Adrian Palacios <73246657+adpaco-aws@users.noreply.github.com>
jaisnan
pushed a commit
to jaisnan/rust-dev
that referenced
this issue
Jul 29, 2024
Part of rust-lang#2279 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. --------- Co-authored-by: Zyad Hassan <88045115+zhassan-aws@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unique boxes will need to be self describing so that the unwinder knows what's in them.
The text was updated successfully, but these errors were encountered: