]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/keyword-where-as-identifier.rs
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[rust.git] / src / test / 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 }