We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It would be great if the assertion macros were to support specifying an error message with format parameters as the standard library assertions do.
Example:
assert_eq!(1, 2, "Numbers in test case {} didn't match", case);