]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/missing-semicolon.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / parser / missing-semicolon.stderr
CommitLineData
94222f64 1error: expected one of `.`, `;`, `?`, `else`, or an operator, found keyword `let`
74b04a01
XL
2 --> $DIR/missing-semicolon.rs:3:12
3 |
4LL | $( let x = $e1 )*;
94222f64 5 | ^^^ expected one of `.`, `;`, `?`, `else`, or an operator
74b04a01
XL
6...
7LL | fn main() { m!(0, 0; 0, 0); }
c295e0f8 8 | -------------- in this macro invocation
74b04a01 9 |
17df50a5 10 = note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
74b04a01
XL
11
12error: aborting due to previous error
13