macro_rules! run_error {
($thread:expr, $format:expr $(,)?) => { ... };
($thread:expr, $format:expr, $($arg:expr),+ $(,)?) => { ... };
}macro_rules! run_error {
($thread:expr, $format:expr $(,)?) => { ... };
($thread:expr, $format:expr, $($arg:expr),+ $(,)?) => { ... };
}