Skip to main content

parse_error

Macro parse_error 

Source
macro_rules! parse_error {
    ($msg:expr) => { ... };
    ($msg:expr, $loc:expr) => { ... };
}
Expand description

Helper macros for creating errors with location