cargo_zng::util

Macro error

source
macro_rules! error {
    ($($format_args:tt)*) => { ... };
}
Expand description

Print error message and flags the current process as failed.

Note that this does not exit the process, use fatal! to exit.