Function __action350

Source
fn __action350<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, _, _): (LexerPosition, Token, LexerPosition),
    (_, p, _): (LexerPosition, PreprocessorDefine, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> Preprocessor
where L: HasLexerError,