Function glsl_lang::parser::__action356

source ยท
fn __action356<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, _, _): (LexerPosition, Token, LexerPosition),
    (_, p, _): (LexerPosition, PreprocessorIfNDef, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> Preprocessor
where L: HasLexerError,