fn __action1<'i, L>(
ctx: &ParseContext,
(_, l, _): (LexerPosition, LexerPosition, LexerPosition),
(_, i, _): (LexerPosition, Token, LexerPosition),
(_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> Identifierwhere
L: HasLexerError,