[][src]Macro drone_macros_core::compile_error

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

Unconditionally causes parsing to fail with the given error message.