]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-3036.stderr
Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearth
[rust.git] / src / test / ui / parser / issue-3036.stderr
1 error: expected one of `.`, `;`, `?`, or an operator, found `}`
2   --> $DIR/issue-3036.rs:6:1
3    |
4 LL |     let x = 3
5    |              - expected one of `.`, `;`, `?`, or an operator here
6 LL | } //~ ERROR: expected one of `.`, `;`, `?`, or an operator, found `}`
7    | ^ unexpected token
8
9 error: aborting due to previous error
10