]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/macro/issue-37234.stderr
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / test / ui / parser / macro / issue-37234.stderr
1 error: expected one of `.`, `;`, `?`, or an operator, found `""`
2 --> $DIR/issue-37234.rs:13:19
3 |
4 LL | let x = 5 ""; //~ ERROR found `""`
5 | ^^ expected one of `.`, `;`, `?`, or an operator here
6 ...
7 LL | failed!();
8 | ---------- in this macro invocation
9
10 error: aborting due to previous error
11