Function glsl_lang::parser::__action253

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