6 lines
69 B
Rust
6 lines
69 B
Rust
//error-pattern:begin_panic_fmt
|
|
|
|
fn main() {
|
|
assert_eq!(5, 6);
|
|
}
|