Function glsl_lang::parser::__action322

source ยท
fn __action322<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, p, _): (LexerPosition, FunctionPrototype, LexerPosition),
    (_, s, _): (LexerPosition, CompoundStatement, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> FunctionDefinition
where L: HasLexerError,