]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #55822 - davidtwco:issue-55394, r=pnkfelix
authorPietro Albini <pietro@pietroalbini.org>
Sat, 10 Nov 2018 23:21:22 +0000 (00:21 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Nov 2018 23:21:22 +0000 (00:21 +0100)
commit4c50964c5f015f48006b0722545424f80158eea2
treec6e1589d46e1d08ee50827325cceab2e94405f20
parentc4ca49aebd3a25c080cdc8efa64586637b90c90b
parente6a466e60c4660d8a74050189286e258918311e6
Rollup merge of #55822 - davidtwco:issue-55394, r=pnkfelix

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

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