Macro nom::error_node [] [src]

macro_rules! error_node {
    ($code:expr, $next:expr) => { ... };
}

creates a parse error from a nom::ErrorKind and the next error in the parsing tree. if "verbose-errors" is not activated, it default to only the error code