]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/keyword-for-as-identifier.rs
Rollup merge of #106638 - RalfJung:realstd, r=thomcc
[rust.git] / tests / ui / parser / keyword-for-as-identifier.rs
1 // This file was auto-generated using 'src/etc/generate-keyword-tests.py for'
2
3 fn main() {
4     let for = "foo"; //~ error: expected identifier, found keyword `for`
5 }