macro_rules! error {
($($arg:tt)*) => { ... };
}Expand description
Exits the program cleanly, calling destructors and printing an error message.
Uses the same syntax as format.
If you enable feature color, prints in bold red.
macro_rules! error {
($($arg:tt)*) => { ... };
}Exits the program cleanly, calling destructors and printing an error message.
Uses the same syntax as format.
If you enable feature color, prints in bold red.