summary refs log tree commit diff
path: root/src/test/ui/parser/keyword-continue-as-identifier.rs
blob: 06315a48349ffee1928698eeef585655c4148a11 (plain)
1
2
3
4
5
// This file was auto-generated using 'src/etc/generate-keyword-tests.py continue'

fn main() {
    let continue = "foo"; //~ error: expected pattern, found keyword `continue`
}