Skip to content

Make PlaceRef take just one lifetime - #69714

Merged
bors merged 20 commits into
rust-lang:masterfrom
spastorino:place-ref-lifetime
Mar 10, 2020
Merged

Make PlaceRef take just one lifetime#69714
bors merged 20 commits into
rust-lang:masterfrom
spastorino:place-ref-lifetime

Conversation

@spastorino

Copy link
Copy Markdown
Member

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 4, 2020
@eddyb

eddyb commented Mar 5, 2020

Copy link
Copy Markdown
Contributor

cc @rust-lang/wg-mir-opt

@oli-obk

Copy link
Copy Markdown
Contributor

@bors r+

r? @oli-obk

@bors

bors commented Mar 5, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit b11cd0b has been approved by oli-obk

@rust-highfiverust-highfive assigned oli-obk and unassigned eddybMar 5, 2020
@borsbors 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 Mar 5, 2020
@spastorinospastorino mentioned this pull request Mar 5, 2020
Centril added a commit to Centril/rust that referenced this pull request Mar 6, 2020
@CentrilCentril mentioned this pull request Mar 6, 2020
bors added a commit that referenced this pull request Mar 6, 2020
Rollup of 6 pull requests
Successful merges:
- #69656 (Use .next() instead of .nth(0) on iterators.)
- #69674 (Rename DefKind::Method and TraitItemKind::Method )
- #69676 (Pass correct place to `discriminant_switch_effect`)
- #69706 (Use subslice patterns in slice methods)
- #69714 (Make PlaceRef take just one lifetime)
- #69727 (Avoid using `unwrap()` in suggestions)
Failed merges:
- #69589 (ast: `Mac`/`Macro` -> `MacCall`)
- #69680 (rustc_expand: Factor out `Annotatable::into_tokens` to a separate method)
r? @ghost
Centril added a commit to Centril/rust that referenced this pull request Mar 6, 2020
@CentrilCentril mentioned this pull request Mar 6, 2020
Centril added a commit to Centril/rust that referenced this pull request Mar 7, 2020
@CentrilCentril mentioned this pull request Mar 7, 2020
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Mar 8, 2020
Centril added a commit to Centril/rust that referenced this pull request Mar 9, 2020
@CentrilCentril mentioned this pull request Mar 9, 2020
bors added a commit that referenced this pull request Mar 9, 2020
Rollup of 6 pull requests
Successful merges:
- #69475 (Remove the `no_force` query attribute)
- #69514 (Remove spotlight)
- #69677 (rustc_metadata: Give decoder access to whole crate store)
- #69714 (Make PlaceRef take just one lifetime)
- #69799 (Allow ZSTs in `AllocRef`)
- #69836 (Check if output is immediate value)
Failed merges:
r? @ghost
@CentrilCentril mentioned this pull request Mar 10, 2020
bors added a commit that referenced this pull request Mar 10, 2020
Rollup of 10 pull requests
Successful merges:
- #69475 (Remove the `no_force` query attribute)
- #69514 (Remove spotlight)
- #69677 (rustc_metadata: Give decoder access to whole crate store)
- #69714 (Make PlaceRef take just one lifetime)
- #69799 (Allow ZSTs in `AllocRef`)
- #69817 (test(patterns): add patterns feature tests to borrowck test suite)
- #69836 (Check if output is immediate value)
- #69847 (clean up E0393 explanation)
- #69861 (Add note about localization to std::fmt docs)
- #69877 (Vec::new is const stable in 1.39 not 1.32)
Failed merges:
r? @ghost
@bors
bors merged commit 977d69f into rust-lang:masterMar 10, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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.

5 participants

@spastorino@eddyb@oli-obk@bors@rust-highfive