macro_rules! no_telety_error { ($($tokens:tt)*) => { ... }; }
Unconditional compile error. For use with macro_fallback to generate a clearer error message.
macro_fallback
no_telety_error!(nothing stops the error);