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

Add an implementation of Zeroable for Unique<T> #21706

Merged

Conversation

reem
Copy link
Contributor

@reem reem commented Jan 27, 2015

This allows the use of NonZero<Unique<T>> for owned,
non-null raw pointers.

cc Gankra/collect-rs#103

This allows the use of `NonZero<Unique<T>>` for owned,
non-null raw pointers.

cc Gankra/collect-rs#103
@rust-highfive
Copy link
Collaborator

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

@huonw
Copy link
Member

huonw commented Jan 27, 2015

@bors: r+ 83f8088

@bors
Copy link
Contributor

bors commented Jan 30, 2015

⌛ Testing commit 83f8088 with merge 1b0e9cd...

@bors
Copy link
Contributor

bors commented Jan 30, 2015

💔 Test failed - auto-win-64-nopt-t

@Gankra
Copy link
Contributor

Gankra commented Jan 30, 2015

@bors retry

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Jan 30, 2015
This allows the use of `NonZero<Unique<T>>` for owned,
non-null raw pointers.

cc Gankra/collect-rs#103
@alexcrichton alexcrichton merged commit 83f8088 into rust-lang:master Jan 31, 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.

6 participants