mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 19:27:15 +00:00
Account for late-bound depth when capturing all opaque lifetimes. Fixes https://github.com/rust-lang/rust/issues/132429 r? ````@compiler-errors````