diff options
Diffstat (limited to 'dhall_proc_macros')
-rw-r--r-- | dhall_proc_macros/src/parse_children.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall_proc_macros/src/parse_children.rs b/dhall_proc_macros/src/parse_children.rs index c78adbc..b1d43fc 100644 --- a/dhall_proc_macros/src/parse_children.rs +++ b/dhall_proc_macros/src/parse_children.rs @@ -91,7 +91,7 @@ fn make_parser_branch( Single { rule_name, .. } => { quote!(<<Self as PestConsumer>::RuleEnum>::#rule_name) } - Multiple { .. } => quote!(#i_variable_pattern..), + Multiple { .. } => quote!(#i_variable_pattern @ ..), }); let match_filter = branch.pattern.iter().map(|item| match item { Single { .. } => quote!(), |