drone_macros_core
macro_rules! parse_error { ($($args:tt)*) => { ... }; }
Unconditionally causes parsing to fail with the given error message.