summary refs log tree commit diff
path: root/src/test/ui/parser/keyword-continue-as-identifier.stderr
blob: 7fd2761884f7956f4ac1784d531e3e865d66a9bc (plain)
1
2
3
4
5
6
7
8
error: expected pattern, found keyword `continue`
  --> $DIR/keyword-continue-as-identifier.rs:4:9
   |
LL |     let continue = "foo"; //~ error: expected pattern, found keyword `continue`
   |         ^^^^^^^^ expected pattern

error: aborting due to previous error