mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
e383845f33
Fix elided lifetime resolution & trait object lifetime defaulting for enum variant paths Context: https://github.com/rust-lang/rust/pull/129543#discussion_r3035614838. Fixes rust-lang/rust#108224. I consider this to be a minor bug fix that doesn't demand a (T-types) FCP. r? @lcnr or reassign
For high-level intro to how type checking works in rustc, see the hir typeck chapter of the rustc dev guide.