4fba02c7e9
This allows landing pads to be generated around fail statements Issue #236
6 lines
54 B
Rust
6 lines
54 B
Rust
// error-pattern:fail
|
|
|
|
fn main() {
|
|
@0;
|
|
fail;
|
|
} |