macro_rules! unfinished {
{ } => { ... };
{ $fmt:tt $($arg:tt)* } => { ... };
}Expand description
Logging like warn! but prepending the message with WARNING: unfinished
macro_rules! unfinished {
{ } => { ... };
{ $fmt:tt $($arg:tt)* } => { ... };
}Logging like warn! but prepending the message with WARNING: unfinished