]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #94211 - est31:let_else_destructuring_error, r=matthewjasper
authorMatthias Krüger <matthias.krueger@famsik.de>
Mon, 21 Feb 2022 18:36:53 +0000 (19:36 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Feb 2022 18:36:53 +0000 (19:36 +0100)
commitd3649f8d52c9e6d7b1877f6d6781d31c356b76af
treee99287990f2919c8df14442313c7487a41e1f5a0
parentf3a1a8cd4fbc0d277cc85a2dd8edf937a3af52e6
parent76ea56667703ac06689ff1d6fba5d170fa7392a7
Rollup merge of #94211 - est31:let_else_destructuring_error, r=matthewjasper

Better error if the user tries to do assignment ... else

If the user tries to do assignment ... else, we now issue a more comprehensible error in the parser.

closes #93995