macro_rules! no_telety_error {
    ($($tokens:tt)*) => { ... };
}
Expand description

Unconditional compile error. For use with macro_fallback to generate a clearer error message.

§Example

no_telety_error!(nothing stops the error);