mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
a732c3a369
rustc_parse: fix ConstBlock expr span The span for a ConstBlock expression should presumably run through the end of the block it contains and not stop at the keyword, just like is done with similar block-containing expression kinds, such as a TryBlock