Skip to content

ICE with #![feature(nll)] and elided lifetimes - #55822

Merged
bors merged 1 commit into
rust-lang:masterfrom
davidtwco:issue-55394
Nov 11, 2018
Merged

ICE with #![feature(nll)] and elided lifetimes#55822
bors merged 1 commit into
rust-lang:masterfrom
davidtwco:issue-55394

Conversation

@davidtwco

Copy link
Copy Markdown
Member

Fixes#55394.

This commit fixes an ICE and determines the correct return span in cases
with a method implemented on a struct with an an elided lifetime.

r? @pnkfelix

This commit fixes an ICE and determines the correct return span in cases
with a method implemented on a struct with an an elided lifetime.
@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 9, 2018
@pnkfelix

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Nov 9, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit e6a466e has been approved by pnkfelix

@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 Nov 9, 2018
emilyalbini added a commit to emilyalbini/rust that referenced this pull request Nov 10, 2018
ICE with #![feature(nll)] and elided lifetimes
Fixesrust-lang#55394.
This commit fixes an ICE and determines the correct return span in cases
with a method implemented on a struct with an an elided lifetime.
r? @pnkfelix
bors added a commit that referenced this pull request Nov 11, 2018
Rollup of 17 pull requests
Successful merges:
- #55630 (resolve: Filter away macro prelude in modules with `#[no_implicit_prelude]` on 2018 edition)
- #55687 (Take supertraits into account when calculating associated types)
- #55745 (Convert `outlives_components`' return value to a `SmallVec` outparam.)
- #55764 (Fix Rc/Arc allocation layout)
- #55792 (Prevent ICE in const-prop array oob check)
- #55799 (Removed unneeded instance of `// revisions` from a lint test)
- #55800 (Fix ICE in `return_type_impl_trait`)
- #55801 (NLL: Update box insensitivity test)
- #55802 (Don't inline virtual calls (take 2))
- #55816 (Use `SmallVec` to avoid allocations in `from_decimal_string`.)
- #55819 (Typecheck patterns of all match arms first, so we get types for bindings)
- #55822 (ICE with #![feature(nll)] and elided lifetimes)
- #55828 (Add missing `rustc_promotable` attribute to unsigned `min_value` and `max_value`)
- #55839 (Fix docstring spelling mistakes)
- #55844 (Fix documentation typos.)
- #55845 (Set BINARYEN_TRAP_MODE=clamp)
- #55856 (rustdoc: refactor: move all static-file include!s into a single module)
@bors
bors merged commit e6a466e into rust-lang:masterNov 11, 2018
@davidtwco
davidtwco deleted the issue-55394 branch November 11, 2018 15:02
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.

ICE with #![feature(nll)] and elided lifetimes

4 participants

@davidtwco@pnkfelix@bors@rust-highfive