blob: d662fefda7089190ef09ac153bbef86b4835b272 [file] [log] [blame]
error: expected pattern, found keyword `const`
--> $DIR/keyword-const-as-identifier.rs:16:9
|
LL | let const = "foo"; //~ error: expected pattern, found keyword `const`
| ^^^^^ expected pattern
error: aborting due to previous error