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

error: aborting due to previous error