4 lines
79 B
Rust
4 lines
79 B
Rust
|
// xfail-test
|
||
|
fn main() { let early_error: fn@(str) -> ! = {|msg| fail }; }
|
||
|
|