macro_rules! fail { () => { ... }; }
Construct an Assertion that will always fail.
Assertion
#[test] fn fail() -> impl Assertion { fail!().should_fail() }