rust/src/test/ui/parser/keyword-ref-as-identifier.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

9 lines
193 B
Plaintext

error: expected identifier, found `=`
--> $DIR/keyword-ref-as-identifier.rs:2:13
|
LL | let ref = "foo";
| ^ expected identifier
error: aborting due to previous error