keyword-continue-as-identifier.stderr 269 字节
Newer Older
V
Vadim Petrochenkov 已提交
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