[][src]Macro cmd_lib::err

macro_rules! err {
    ($($arg:tt)*) => { ... };
}

To print error information to stderr, no return value

err!("Copying file failed");