4 lines
78 B
Rust
4 lines
78 B
Rust
|
// error-pattern: some control paths may return
|
||
|
fn f() -> ! { 3 }
|
||
|
fn main(){}
|