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

5 lines
77 B
Rust
Raw Normal View History

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