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

error: aborting due to previous error