[][src]Macro cargo_intraconv::__error

macro_rules! __error {
    ($out:expr, $value:expr, $($arg:tt)*) => { ... };
}

Internl helper macro to avoid repeating pretty much the same code several times.

Will add a -- error: {error} at the end of the given error text.