assert_failed/
assert_failed.rs

1fn main() {
2    color_backtrace::install();
3    assert_eq!(1, 2);
4}