rust/tests/ui/block-result/issue-11714.rs

8 lines
76 B
Rust

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