]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/keyword-in-as-identifier.stderr
Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco
[rust.git] / tests / ui / parser / keyword-in-as-identifier.stderr
1 error: expected pattern, found keyword `in`
2   --> $DIR/keyword-in-as-identifier.rs:4:9
3    |
4 LL |     let in = "foo";
5    |         ^^ expected pattern
6
7 error: aborting due to previous error
8