rustc/tests/ui/block-result/issue-11714.rs
2023-08-02 10:33:26 +02:00

8 lines
76 B
Rust

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