mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
replace removed comment
This commit is contained in:
parent
9ad6d9248c
commit
d69d2ee940
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ fn loc_tag_pattern_arg<'a>(
|
|||
min_indent,
|
||||
)?;
|
||||
|
||||
// Cannot have arguments here, pass `false` to make sure `Foo Bar 1` is parsed as `Foo (Bar) 1`, and not `Foo (Bar 1)`
|
||||
let (_, loc_pat, state) = loc_pattern_help_help(false).parse(arena, state, min_indent)?;
|
||||
|
||||
let Loc { region, value } = loc_pat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue