rust/src/test/ui/block-result/issue-11714.rs
2018-12-25 21:08:33 -07:00

8 lines
76 B
Rust

fn blah() -> i32 { //~ ERROR mismatched types
1
;
}
fn main() { }