register_error

Macro register_error 

Source
macro_rules! register_error {
    ($ctx:expr, crate($krate:expr), $span: expr, $($fmt:tt)*) => { ... };
    ($ctx:expr, $span: expr, $($fmt:tt)*) => { ... };
}