Macro std::io::eprintln

macro eprintln($fmt_str, $arg/* ... */) { ... }

Prints a formatted string to standard error with newline.

Example