summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/keyword-ref-as-identifier.stderr
blob: 54c258d7ad978f6c1e982aff4dae40d755b8af03 (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 1 previous error