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

error: aborting due to previous error