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

Drop impl for RawTable should be #[may_dangle] #39

Closed
Zoxc opened this issue Dec 24, 2018 · 1 comment
Closed

Drop impl for RawTable should be #[may_dangle] #39

Zoxc opened this issue Dec 24, 2018 · 1 comment

Comments

@Zoxc
Copy link
Contributor

Zoxc commented Dec 24, 2018

No description provided.

@Amanieu
Copy link
Member

Amanieu commented Dec 24, 2018

This is in #31, which is currently stalled waiting for a review on rust-lang/rust#56241.

bors bot added a commit that referenced this issue Jan 14, 2019
31: Add raw_entry + misc cleanups r=Amanieu a=Amanieu

This PR adds:
- The `raw_entry` API from std.
- Support for `#[may_dangle]` when the `nightly` feature is enabled.
- `HashMap` and `HashSet` tests from std.
- Misc code cleanups.
- `try_reserve`.
- Fixed variance on `IterMut`.

Fixes #23
Fixes #39 

Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
bors bot added a commit that referenced this issue Jan 14, 2019
31: Add raw_entry + misc cleanups r=Amanieu a=Amanieu

This PR adds:
- The `raw_entry` API from std.
- Support for `#[may_dangle]` when the `nightly` feature is enabled.
- `HashMap` and `HashSet` tests from std.
- Misc code cleanups.
- `try_reserve`.
- Fixed variance on `IterMut`.

Fixes #23
Fixes #39 

Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
@bors bors bot closed this as completed in #31 Jan 14, 2019
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

No branches or pull requests

2 participants