]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/macro/issue-37234.stderr
Rollup merge of #90666 - bdbai:arc_new_cyclic, r=m-ou-se
[rust.git] / src / test / ui / parser / macro / issue-37234.stderr
1 error: expected one of `.`, `;`, `?`, `else`, or an operator, found `""`
2   --> $DIR/issue-37234.rs:3:19
3    |
4 LL |         let x = 5 "";
5    |                   ^^ expected one of `.`, `;`, `?`, `else`, or an operator
6 ...
7 LL |     failed!();
8    |     --------- in this macro invocation
9    |
10    = note: this error originates in the macro `failed` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: aborting due to previous error
13