]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.

1  2 
compiler/rustc_resolve/src/late.rs

Simple merge