parse tag names in types

This commit is contained in:
Folkert 2021-03-12 01:49:09 +01:00
parent 4f58c792e6
commit 98024b2a21
4 changed files with 25 additions and 99 deletions

View file

@ -1692,7 +1692,7 @@ fn unary_negate_function_arg_help<'a>(
fn loc_function_args_help<'a>(
min_indent: u16,
) -> impl Parser<'a, Vec<'a, Located<Expr<'a>>>, EExpr<'a>> {
one_or_more_e!(
one_or_more!(
move |arena: &'a Bump, s| {
map!(
and!(