Macro std::prelude::eprint

Re-export from std::io::eprint

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

Prints a formatted string to standard error.

Example