Skip to content

add outlives annotations to BTreeMap - #51914

Merged
bors merged 1 commit into
rust-lang:masterfrom
nikomatsakis:nll-fix-issue-issue-btreemap-annotations
Jul 3, 2018
Merged

add outlives annotations to BTreeMap#51914
bors merged 1 commit into
rust-lang:masterfrom
nikomatsakis:nll-fix-issue-issue-btreemap-annotations

Conversation

@nikomatsakis

Copy link
Copy Markdown
Contributor

NLL requires these annotations, I believe because of #29149.

Fixes#48224

r? @gankro
cc @lqd

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 29, 2018
@bors

bors commented Jun 29, 2018

Copy link
Copy Markdown
Collaborator

☔ The latest upstream changes (presumably #51569) made this pull request unmergeable. Please resolve the merge conflicts.

@Gankra

Copy link
Copy Markdown
Contributor

weird

r=me

nll requires these annotations, I believe because of
rust-lang#29149
@nikomatsakis
nikomatsakisforce-pushed the nll-fix-issue-issue-btreemap-annotations branch from 8270dac to 59f2edbCompareJuly 2, 2018 15:50
@nikomatsakis

Copy link
Copy Markdown
ContributorAuthor

@bors r=gankro

@bors

bors commented Jul 2, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 59f2edb has been approved by gankro

@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 Jul 2, 2018
@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors rollup

Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request Jul 2, 2018
…reemap-annotations, r=gankro
add outlives annotations to `BTreeMap`
NLL requires these annotations, I believe because of <rust-lang#29149>.
Fixesrust-lang#48224
r? @gankro
cc @lqd
emilyalbini added a commit to emilyalbini/rust that referenced this pull request Jul 3, 2018
…reemap-annotations, r=gankro
add outlives annotations to `BTreeMap`
NLL requires these annotations, I believe because of <rust-lang#29149>.
Fixesrust-lang#48224
r? @gankro
cc @lqd
emilyalbini added a commit to emilyalbini/rust that referenced this pull request Jul 3, 2018
…reemap-annotations, r=gankro
add outlives annotations to `BTreeMap`
NLL requires these annotations, I believe because of <rust-lang#29149>.
Fixesrust-lang#48224
r? @gankro
cc @lqd
bors added a commit that referenced this pull request Jul 3, 2018
Rollup of 13 pull requests
Successful merges:
- #51548 (Initialize LLVM's AMDGPU target machine, if available.)
- #51809 (Add read_exact_at and write_all_at methods to FileExt on unix)
- #51914 (add outlives annotations to `BTreeMap`)
- #51958 (Show known meta items in unknown meta items error)
- #51973 (Make Stdio handle UnwindSafe)
- #51977 (bootstrap: tests should use rustc from config.toml)
- #51978 (Do not suggest changes to str literal if it isn't one)
- #51979 (Get rid of `TyImplTraitExistential`)
- #51980 (Emit column info in debuginfo for non msvc like targets)
- #51982 (incr.comp.: Take names of children into account when computing the ICH of a module's HIR.)
- #51997 (add entry for cargo-metadata feature to RELEASES)
- #52004 (toolstate: Fixed detection of changed submodule, and other fixes.)
- #52006 ( Change --keep-stage to apply more often)
Failed merges:
r? @ghost
@bors
bors merged commit 59f2edb into rust-lang:masterJul 3, 2018
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

@nikomatsakis@bors@Gankra@Mark-Simulacrum@rust-highfive