Macro drone_macros_core::parse_error[][src]

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

Unconditionally causes parsing to fail with the given error message.