]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/macro/issue-37234.stderr
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
[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