summary refs log tree commit diff
path: root/src/test/ui/parser/keyword-const-as-identifier.stderr
blob: 6da47f88d04e391dc69e201c99a191d2d2fba1bb (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";
   |         ^^^^^ expected pattern

error: aborting due to previous error