summary refs log tree commit diff
path: root/src/test/compile-fail/do1.rs
blob: a6a5bdd041f017b85b786c11ff9dbf4461c42180 (plain)
1
2
3
fn main() {
    let x = do y; //~ ERROR: expecting '{' but found
}