summary refs log tree commit diff
path: root/src/test/ui/parser/keyword-const-as-identifier.stderr
blob: d662fefda7089190ef09ac153bbef86b4835b272 (plain)
1
2
3
4
5
6
7
8
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