summary refs log tree commit diff
path: root/src/test/ui/parser/keyword-mod-as-identifier.stderr
blob: a8be2ceb037d6ca5a4b64e58bc59aa9b7e89186b (plain)
1
2
3
4
5
6
7
8
error: expected pattern, found keyword `mod`
  --> $DIR/keyword-mod-as-identifier.rs:4:9
   |
LL |     let mod = "foo";
   |         ^^^ expected pattern

error: aborting due to previous error