It would be great to extend the `assert_*` macros to accept a custom panic message, the way `assert_eq!` does: assert_eq!(a, b, "Failed to compare a and b; a={}, b={}", a, b);