File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Attributes
3838 | $$=$$ Expression
3939
4040 AttributeContentList ::=
41- AttributeContent (, AttributeContent)* , ?
41+ AttributeContent ($$,$$ AttributeContent)* $$,$$ ?
4242
4343.. rubric :: Legality Rules
4444
@@ -472,7 +472,7 @@ Attribute ``target_feature``
472472 $$target_feature$$ $$($$ $$enable$$ $$=$$ $$"$$ FeatureList $$"$$ $$)$$
473473
474474 FeatureList ::=
475- Feature (, Feature)*
475+ Feature ($$,$$ Feature)*
476476
477477 Feature ::=
478478 $$adx$$
@@ -1030,7 +1030,7 @@ Attribute ``link``
10301030 $$name$$ $$=$$ StringLiteral
10311031
10321032 NativeLibraryNameWithKind ::=
1033- NativeLibraryName , NativeLibrayKind
1033+ NativeLibraryName $$,$$ NativeLibrayKind
10341034
10351035 WebAssemblyModuleName ::=
10361036 $$wasm_import_module$$ $$=$$ StringLiteral
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ Where Clauses
246246 $$where$$ WhereClausePredicateList
247247
248248 WhereClausePredicateList ::=
249- WhereClausePredicate (, WhereClausePredicate)* $$,$$?
249+ WhereClausePredicate ($$,$$ WhereClausePredicate)* $$,$$?
250250
251251 WhereClausePredicate ::=
252252 LifetimeBoundPredicate
Original file line number Diff line number Diff line change @@ -769,13 +769,13 @@ Record Struct Patterns
769769
770770 RecordStructPatternContent ::=
771771 RecordStructRestPattern
772- | FieldDeconstructorList (, RecordStructRestPattern | , ?)
772+ | FieldDeconstructorList ($$,$$ RecordStructRestPattern | $$,$$ ?)
773773
774774 RecordStructRestPattern ::=
775775 OuterAttributeOrDoc* RestPattern
776776
777777 FieldDeconstructorList ::=
778- FieldDeconstructor (, FieldDeconstructor)*
778+ FieldDeconstructor ($$,$$ FieldDeconstructor)*
779779
780780 FieldDeconstructor ::=
781781 OuterAttributeOrDoc* (
Original file line number Diff line number Diff line change 2323 | TypeSpecificationWithoutBounds
2424
2525 TypeSpecificationList ::=
26- TypeSpecification (, TypeSpecification)* $$,$$?
26+ TypeSpecification ($$,$$ TypeSpecification)* $$,$$?
2727
2828 TypeSpecificationWithoutBounds ::=
2929 ArrayTypeSpecification
@@ -576,7 +576,7 @@ Tuple Types
576576 $$($$ TupleFieldList? $$)$$
577577
578578 TupleFieldList ::=
579- TupleField (, TupleField)* , ?
579+ TupleField ($$,$$ TupleField)* $$,$$ ?
580580
581581 TupleField ::=
582582 TypeSpecification
You can’t perform that action at this time.
0 commit comments