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

error: aborting due to previous error