mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-14 12:33:39 +00:00
Account for late-bound depth when capturing all opaque lifetimes. Fixes https://github.com/rust-lang/rust/issues/132429 r? ````@compiler-errors````