macro_rules! error_position { ($input:expr, $code:expr) => { ... }; }
Creates a parse error from a ErrorKind and the position in the input
ErrorKind