]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-semicolon, r=estebank
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 8 Dec 2021 10:08:59 +0000 (11:08 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Dec 2021 10:08:59 +0000 (11:08 +0100)
commit87f2c51dcd67553d4106b414621e7d03f1d43b7a
treebc1fbceba5f2d8afbd4f3ef112265971d67d7b9b
parentbb8a4ab6aed4b96fe2338b0f59f67d4560d4ba11
parent6611567f9e253edabcfc38006ef817712f6ce595
Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-semicolon, r=estebank

Do not add `;` to expected tokens list when it's wrong

There's a few spots where semicolons are checked for to do error recovery, and should not be suggested (or checked for other stuff).

Fixes #87647