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