]> git.lizzy.rs Git - rust.git/blob - tests/ui/block-result/issue-11714.rs
Rollup merge of #107519 - joboet:raw_os_error_ty, r=Amanieu
[rust.git] / tests / ui / block-result / issue-11714.rs
1 fn blah() -> i32 { //~ ERROR mismatched types
2     1
3
4     ;
5 }
6
7 fn main() { }