blob: 50ac690e425adc21c2e2ee2074d528041eeca63a (
plain)
1
2
3
4
5
6
7
8
|
error: expected pattern, found keyword `struct`
--> $DIR/keyword-struct-as-identifier.rs:4:9
|
LL | let struct = "foo"; //~ error: expected pattern, found keyword `struct`
| ^^^^^^ expected pattern
error: aborting due to previous error
|