mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
8d66f01ab5
Do not recurse into const generic args when resolving self lifetime elision. Fixes https://github.com/rust-lang/rust/issues/110899 r? `@petrochenkov`