[][src]Macro drone_macros_core::parse_error

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

Unconditionally causes parsing to fail with the given error message.