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