]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/keyword-match-as-identifier.stderr
codegen: change `$6d$` to `$u6d$`
[rust.git] / src / test / ui / parser / keyword-match-as-identifier.stderr
1 error: expected pattern, found keyword `match`
2   --> $DIR/keyword-match-as-identifier.rs:4:9
3    |
4 LL |     let match = "foo";
5    |         ^^^^^ expected pattern
6
7 error: aborting due to previous error
8