Macro unfinished

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

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