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