Function glsl_lang::parser::__action200

source ยท
fn __action200<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, i, _): (LexerPosition, Identifier, LexerPosition),
    (_, a, _): (LexerPosition, Option<ArraySpecifier>, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> ArrayedIdentifier
where L: HasLexerError,