mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 09:36:37 +00:00
Do not recurse into const generic args when resolving self lifetime elision. Fixes https://github.com/rust-lang/rust/issues/110899 r? `@petrochenkov`