rust/compiler/rustc_parse
Jonas Schievink a732c3a369
Rollup merge of #78853 - calebcartwright:fix-const-block-expr-span, r=spastorino
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
2020-11-28 15:58:15 +01:00
..
src Rollup merge of #78853 - calebcartwright:fix-const-block-expr-span, r=spastorino 2020-11-28 15:58:15 +01:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00