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