Skip to content

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

Merged
alexcrichton merged 1 commit intorust-lang:masterfrom
reem:missing-zeroable-impl-for-unique
Jan 31, 2015
Merged

Add an implementation of Zeroable for Unique<T>#21706
alexcrichton merged 1 commit intorust-lang:masterfrom
reem:missing-zeroable-impl-for-unique

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
Contributor

r? @huonw

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

@huonw
Copy link
Contributor

huonw commented Jan 27, 2015

@bors: r+ 83f8088

@bors
Copy link
Collaborator

bors commented Jan 30, 2015

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

@bors
Copy link
Collaborator

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
lnicola pushed a commit to lnicola/rust that referenced this pull request Feb 28, 2026
…nt-pat

fix: no complete enum variant qualifier in pat
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