mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
23fced0fcc
Mark desugared range expression spans with DesugaringKind::RangeExpr This is a prerequisite to removing `QPath::LangItem` (rust-lang/rust#115178) because otherwise there would be no way to detect a range expression in the HIR. There are some non-obvious Clippy changes so a Clippy team review would be good.