]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-31804.stderr
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
[rust.git] / tests / ui / parser / issues / issue-31804.stderr
1 error: expected pattern, found `}`
2   --> $DIR/issue-31804.rs:6:1
3    |
4 LL | }
5    | ^ expected pattern
6
7 error: aborting due to previous error
8