Type Alias erg_parser::error::ParserRunnerWarning

source ·
pub type ParserRunnerWarning = ParserRunnerError;

Aliased Type§

struct ParserRunnerWarning {
    pub core: ErrorCore,
    pub input: Input,
}

Fields§

§core: ErrorCore§input: Input