blob: 656df196f09b1d012bffab8a9256bb7aa847c830 (
plain)
1
2
3
4
5
6
7
8
|
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
|