Files
rust/compiler/rustc_resolve
Jacob Pratt 41ab1f8af7 Rollup merge of #156705 - aerooneqq:delegation-error-gen-no-node-id, r=petrochenkov
delegation: visit path under elided-infer lifetime rib

Up to this moment we processed delegation path under `LifetimeRibKind::Generics` which is not correct as we are processing generic args of a future call, not generic params. In this PR we visit path under
`LifetimeRibKind::Elided(LifetimeRes::Infer)`.

Fixes rust-lang/rust#156342. Part of rust-lang/rust#118212.

r? @petrochenkov
2026-05-18 13:52:55 +02:00
..
2026-04-08 21:09:07 +02:00