macro_rules! fail { ($expr:expr) => { ... }; () => { ... }; }
Returns a Failed error with the provided expression at the current source code location.
Failed