mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
c13e9ec32b
delegation: don't propagate synthetic params, remove lifetime hacks Some small fixes after new delegation lowering was merged: remove lifetime hacks as now we get only early-bound lifetimes from generics, don't propagate synthetic generic params as now we know that they are synthetic. Fixes rust-lang/rust#143498. Part of rust-lang/rust#118212. r? @petrochenkov