blob: f33dffeb7f55664e6c93dc8e04585016c29e49b8 [file] [log] [blame]
// rustfmt-style_edition: 2027
pub fn parse_conditional<'a, I: 'a>()
-> impl Parser<Input = I, Output = Expr, PartialState = ()> + 'a
where
I: Stream<Item = char>,
{
}