macro_rules! cascade_new {
    ( ) => { ... };
    ( $err:expr ) => { ... };
}