rust/src/test/compile-fail/bang-tailexpr.rs
2012-04-06 06:59:00 -07:00

5 lines
77 B
Rust

fn f() -> ! {
3 //! ERROR expected `_|_` but found `int`
}
fn main() { }