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