Macro core::compile_error [] [src]

macro_rules! compile_error {
    ($msg:expr) => { ... };
}
🔬 This is a nightly-only experimental API. (compile_error_macro #40872)

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

For more information, see the RFC.