blob: 34063c88d33b194b5a660dbf38e1ae1dad8dd288 (
plain)
1
2
3
4
5
6
7
8
|
error: expected identifier, found `=`
--> $DIR/keyword-ref-as-identifier.rs:14:13
|
LL | let ref = "foo"; //~ error: expected identifier, found `=`
| ^ expected identifier
error: aborting due to previous error
|