Macro std::prelude::eprintln

Re-export from std::io::eprintln

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

Prints a formatted string to standard error with newline.

Example