rust/src/test/compile-fail/do1.rs

4 lines
67 B
Rust
Raw Normal View History

2012-06-18 19:42:09 -05:00
fn main() {
let x = do y; //! ERROR: expecting '{' but found
2012-06-18 19:42:09 -05:00
}