[][src]Macro fix_me::fix_me

macro_rules! fix_me {
    ( $( $token:tt )* ) => { ... };
    () => { ... };
}

A simple macro that errors(::core::compile_error!) if not in test, debug mode or feature unfixed_code is not set