]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/keyword-ref-as-identifier.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / parser / keyword-ref-as-identifier.stderr
CommitLineData
0bf4aa26 1error: expected identifier, found `=`
0731742a 2 --> $DIR/keyword-ref-as-identifier.rs:2:13
0bf4aa26 3 |
532ac7d7 4LL | let ref = "foo";
0bf4aa26
XL
5 | ^ expected identifier
6
7error: aborting due to previous error
8