]> git.lizzy.rs Git - rust.git/commit
Auto merge of #105701 - RedDocMD:bug-105634, r=cjgillot
authorbors <bors@rust-lang.org>
Sun, 25 Dec 2022 14:42:49 +0000 (14:42 +0000)
committerbors <bors@rust-lang.org>
Sun, 25 Dec 2022 14:42:49 +0000 (14:42 +0000)
commit300aa907a682dfa492f4eb394d27f5331fba0a64
tree670d3bbba1e7444b03d41fea73252874354b5bcb
parentd9ee0f468f8d07e92da94fe991db91e95822d721
parent4af9e6a1c203b6459aea23aed05924fcf2e12c58
Auto merge of #105701 - RedDocMD:bug-105634, r=cjgillot

Allow .. to be parsed as let initializer

.. and ..= are valid expressions, however when used in a let statement
it is not parsed.
Fixes #105634
compiler/rustc_parse/src/parser/expr.rs