macro_rules! error_node_position {
    ($input:expr, $code:expr, $next:expr) => { ... };
}
👎Deprecated since 0.3.0: Replaced with <code>E::append</code>
Expand description

Creates a parse error from a ErrorKind, the position in the input and the next error in the parsing tree