rust/tests/compile-fail/unimplemented.rs

6 lines
69 B
Rust
Raw Normal View History

2016-06-08 06:43:34 -05:00
//error-pattern:begin_panic_fmt
2016-05-31 11:26:03 -05:00
fn main() {
assert_eq!(5, 6);
2016-05-31 11:26:03 -05:00
}