Function glsl_lang::parser::__action343

source ยท
fn __action343<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, v, _): (LexerPosition, Token, LexerPosition),
    (_, p, _): (LexerPosition, Option<PreprocessorVersionProfile>, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> PreprocessorVersion
where L: HasLexerError,