macro_rules! assert_err_ignore_postinfo {
    ( $x:expr , $y:expr $(,)? ) => { ... };
}
Expand description

Assert an expression returns an error specified.

This can be used on DispatchResultWithPostInfo when the post info should be ignored.