drone_macros_core

Macro parse_error

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

Unconditionally causes parsing to fail with the given error message.