]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/keyword-static-as-identifier.stderr
Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearth
[rust.git] / src / test / ui / parser / keyword-static-as-identifier.stderr
1 error: expected pattern, found keyword `static`
2   --> $DIR/keyword-static-as-identifier.rs:4:9
3    |
4 LL |     let static = "foo"; //~ error: expected pattern, found keyword `static`
5    |         ^^^^^^ expected pattern
6
7 error: aborting due to previous error
8