Macro expression_format::ex_eprintln[][src]

ex_eprintln!() { /* proc-macro */ }

Formats and prints to std error any valid rust expression in a string with a new line at the end.

Same as eprintln! but with embedded parameters.