rust/src/test/compile-fail/bang-tailexpr.rs

5 lines
77 B
Rust
Raw Normal View History

2012-03-24 22:15:34 -07:00
fn f() -> ! {
2012-04-06 06:58:41 -07:00
3 //! ERROR expected `_|_` but found `int`
2012-03-24 22:15:34 -07:00
}
fn main() { }