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

Make the Weak::{into,as}_raw methods #61862

Merged
merged 1 commit into from
Jul 7, 2019
Merged

Make the Weak::{into,as}_raw methods #61862

merged 1 commit into from
Jul 7, 2019

Conversation

vorner
Copy link
Contributor

@vorner vorner commented Jun 15, 2019

Because Weak doesn't Deref, so there's no reason for them to be only
associated methods.

As kindly pointed out here #60766 (comment) by @chpio.

Because Weak doesn't Deref, so there's no reason for them to be only
associated methods.
@rust-highfive
Copy link
Collaborator

r? @withoutboats

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

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 15, 2019
@vorner
Copy link
Contributor Author

vorner commented Jul 6, 2019

Hello. Could someone have a look at this? It's sitting here for some time…

I believe the build failure on azure was some kind of azure breakage during the experiment (the build didn't even start); travis were successful.

@tesuji
Copy link
Contributor

tesuji commented Jul 6, 2019

cc @sfackler

@sfackler
Copy link
Member

sfackler commented Jul 6, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Jul 6, 2019

📌 Commit 49fbd76 has been approved by sfackler

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 6, 2019
Centril added a commit to Centril/rust that referenced this pull request Jul 6, 2019
…ckler

Make the Weak::{into,as}_raw methods

Because Weak doesn't Deref, so there's no reason for them to be only
associated methods.

As kindly pointed out here rust-lang#60766 (comment) by @chpio.
bors added a commit that referenced this pull request Jul 6, 2019
Rollup of 6 pull requests

Successful merges:

 - #60081 (Refactor unicode.py script)
 - #61862 (Make the Weak::{into,as}_raw methods)
 - #62243 (Improve documentation for built-in macros)
 - #62422 (Remove some uses of mem::uninitialized)
 - #62432 (Update rustfmt to 1.3.2)
 - #62436 (normalize use of backticks/lowercase in compiler messages for librustc_mir)

Failed merges:

r? @ghost
Centril added a commit to Centril/rust that referenced this pull request Jul 6, 2019
…ckler

Make the Weak::{into,as}_raw methods

Because Weak doesn't Deref, so there's no reason for them to be only
associated methods.

As kindly pointed out here rust-lang#60766 (comment) by @chpio.
bors added a commit that referenced this pull request Jul 6, 2019
Rollup of 5 pull requests

Successful merges:

 - #60081 (Refactor unicode.py script)
 - #61862 (Make the Weak::{into,as}_raw methods)
 - #62243 (Improve documentation for built-in macros)
 - #62422 (Remove some uses of mem::uninitialized)
 - #62436 (normalize use of backticks/lowercase in compiler messages for librustc_mir)

Failed merges:

r? @ghost
@bors
Copy link
Contributor

bors commented Jul 7, 2019

⌛ Testing commit 49fbd76 with merge b0bd5f2...

@bors bors merged commit 49fbd76 into rust-lang:master Jul 7, 2019
@vorner vorner deleted the weak-into-raw-methods branch July 7, 2019 06:50
@vorner
Copy link
Contributor Author

vorner commented Jul 7, 2019

Thank you :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants