Function __action348

Source
fn __action348<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, p, _): (LexerPosition, PreprocessorExtensionBehaviorData, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> PreprocessorExtensionBehavior
where L: HasLexerError,