Function glsl_lang::parser::__action405

source ยท
fn __action405<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, s, _): (LexerPosition, CaseLabel, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> Statement
where L: HasLexerError,