]> git.lizzy.rs Git - rust.git/commit - compiler/rustc_infer/src/infer/higher_ranked/mod.rs
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)
commit309c469eece74cd9b83328d18302f1a177d0df7f
tree41237410c23162187258a755970f79bfdce983ed
parent918d0ac38e8c3bcf4fb5ee2241fb14979c73c312
parentded10a13d2a0ccb4475cb7a330179a1f39e2b4ff
Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebank

Properly handle postfix inc/dec in standalone and subexpr scenarios

Fixes #104867
r? `@estebank`
compiler/rustc_parse/src/parser/diagnostics.rs
compiler/rustc_parse/src/parser/expr.rs
compiler/rustc_parse/src/parser/stmt.rs