]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-31804.rs
Rollup merge of #91630 - GuillaumeGomez:missing-whitespace, r=notriddle
[rust.git] / src / test / ui / parser / issues / issue-31804.rs
1 // Test that error recovery in the parser to an EOF does not give an infinite
2 // spew of errors.
3
4 fn main() {
5     let
6 } //~ ERROR expected pattern, found `}`