]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/keyword-where-as-identifier.rs
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / ui / parser / keyword-where-as-identifier.rs
1 // This file was auto-generated using 'src/etc/generate-keyword-tests.py where'
2
3 fn main() {
4     let where = "foo"; //~ error: expected identifier, found keyword `where`
5 }