rust/tests/compile-fail/unimplemented.rs

6 lines
69 B
Rust

//error-pattern:begin_panic_fmt
fn main() {
assert_eq!(5, 6);
}