Function glsl_lang::parser::__action315

source ยท
fn __action315<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, h, _): (LexerPosition, SingleDeclaration, LexerPosition),
    (_, t, _): (LexerPosition, Vec<SingleDeclarationNoType>, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> InitDeclaratorList
where L: HasLexerError,