Macro vector_error

Source
macro_rules! vector_error {
    ($msg:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}