]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/keyword-return-as-identifier.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / parser / keyword-return-as-identifier.stderr
CommitLineData
0bf4aa26 1error: expected pattern, found keyword `return`
0731742a 2 --> $DIR/keyword-return-as-identifier.rs:4:9
0bf4aa26 3 |
532ac7d7 4LL | let return = "foo";
0bf4aa26
XL
5 | ^^^^^^ expected pattern
6
7error: aborting due to previous error
8