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.
macro_rules! error {
($($format_args:tt)*) => { ... };
}
Print error message and flags the current process as failed.
Note that this does not exit the process, use fatal!
to exit.