]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-31804.rs
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
[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 `}`