]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/keyword-pub-as-identifier.stderr
Rollup merge of #61499 - varkor:issue-53457, r=oli-obk
[rust.git] / src / test / ui / parser / keyword-pub-as-identifier.stderr
1 error: expected pattern, found keyword `pub`
2   --> $DIR/keyword-pub-as-identifier.rs:4:9
3    |
4 LL |     let pub = "foo";
5    |         ^^^ expected pattern
6
7 error: aborting due to previous error
8