rust/src/test/compile-fail/do1.rs
2012-07-01 22:36:24 -07:00

4 lines
67 B
Rust

fn main() {
let x = do y; //! ERROR: expecting '{' but found
}