]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #105859 - compiler-errors:hr-lifetime-add, r=davidtwco
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 7 Jan 2023 19:43:21 +0000 (20:43 +0100)
committerGitHub <noreply@github.com>
Sat, 7 Jan 2023 19:43:21 +0000 (20:43 +0100)
commit0c8d11b97ce209ce9cda03c0a146d7224aaa7ce7
tree29cf98772eab3e2b863bf3e4328942a04314b3b9
parent3d18c4d62d50df273efa8c4b66a12aa010827640
parent5cccb36cfbc887da04dc367c24d2b4947c993ff9
Rollup merge of #105859 - compiler-errors:hr-lifetime-add, r=davidtwco

Point out span where we could introduce higher-ranked lifetime

Somewhat addresses #105422, but not really. We don't have that much useful information here since we're still in resolution :^(

Maybe this suggestion isn't worth it. If the reviewer has an idea how we can get a more succinct binder information for a structured suggestion, it would be appreciated.
compiler/rustc_resolve/src/late.rs