summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/keyword-ref-as-identifier.stderr
blob: 618043d89ffaae236545ff8fde2ae81031508e97 (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";
   |             ^ expected identifier

error: aborting due to previous error