macro_rules! error_info {
($format:literal) => { ... };
($format:literal, $($arguments:tt)*) => { ... };
($code:path $(,)?) => { ... };
($code:path, $format:literal) => { ... };
($code:path, $format:literal, $($arguments:tt)*) => { ... };
}Expand description
Creates a new [ErrorInfo].
TODO: Document