[][src]Macro rdcl_aoc_helpers::parse_error

macro_rules! parse_error {
    ($err:expr) => { ... };
    ($err:expr, $($args:tt)*) => { ... };
}

Macro to produce a ParseError, with optional interpolation (using format!).