[][src]Macro fomat_macros::epint

macro_rules! epint {
    ($($arg:tt)*) => { ... };
}

Prints to stderr. Analogous to eprint!.

See the crate root for general help on the syntax.

Return value

None

Panics

This macro, in contrary to pint!, silently ignores all errors.

Examples

epint!("foo")