mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
87f2c51dcd
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