Macro std::io::eprint

macro eprint($fmt_str, $arg...) { ... }

Prints a formatted string to standard error.

Example