macro eprintln($fmt_str, $arg/* ... */) { ... }
Prints a formatted string to standard error with newline.
Example
eprintln!("Something went wrong :(");
Run this example
Prints a formatted string to standard error with newline.
eprintln!("Something went wrong :(");
Run this example