blob: 54c258d7ad978f6c1e982aff4dae40d755b8af03 [file] [log] [blame] [edit]
error: expected identifier, found `=`
--> $DIR/keyword-ref-as-identifier.rs:2:13
|
LL | let ref = "foo";
| ^ expected identifier
error: aborting due to 1 previous error