Function glsl_lang::parser::__action334

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