Macro core::compile_error1.20.0[][src]

macro_rules! compile_error {
    ($msg:expr) => { ... };
    ($msg:expr,) => { ... };
}

Unconditionally causes compilation to fail with the given error message when encountered.

For more information, see the documentation for std::compile_error!.