]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebank
authorbors <bors@rust-lang.org>
Wed, 14 Dec 2022 04:00:05 +0000 (04:00 +0000)
committerbors <bors@rust-lang.org>
Wed, 14 Dec 2022 04:00:05 +0000 (04:00 +0000)
Properly handle postfix inc/dec in standalone and subexpr scenarios

Fixes #104867
r? `@estebank`

1  2 
compiler/rustc_parse/src/parser/diagnostics.rs
compiler/rustc_parse/src/parser/expr.rs
compiler/rustc_parse/src/parser/stmt.rs