rust/compiler
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
..
2020-11-20 00:00:00 +00:00
2020-11-26 21:32:29 +01:00
2020-11-22 13:45:14 +00:00
2020-10-30 10:13:41 -04:00
2020-11-25 09:45:33 -08:00
2020-11-26 21:32:27 +01:00
2020-11-21 09:06:45 +01:00
2020-11-26 21:32:27 +01:00
2020-11-24 20:08:54 -08:00