summary refs log tree commit diff
path: root/src/test/ui/parser/keyword-continue-as-identifier.stderr
blob: 4b0a659f9ad7e9e049e027cac30ccbc77196c91d (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";
   |         ^^^^^^^^ expected pattern

error: aborting due to previous error