rust/tests/ui/block-result/issue-11714.rs
2023-01-11 09:32:08 +00:00

8 lines
76 B
Rust

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