Macro ninja_build::explain [] [src]

macro_rules! explain {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}