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