ct_warn

Macro ct_warn 

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

format! style helper for printing out warn messages.