Macro untested

Source
macro_rules! untested {
    { } => { ... };
    { $fmt:tt $($arg:tt)* } => { ... };
}
Expand description

Logging like warn! but prepending the message with WARNING: untested