macro_rules! compile_error { ($( $arg: tt)*) => { ... }; }
Prints out an compilation error message in red.