[][src]Macro butane_core::make_compile_error

macro_rules! make_compile_error {
    ($span:expr=> $($arg:tt)*) => { ... };
    ($($arg:tt)*) => { ... };
}