Fix non-deterministic conflict message order
This commit is contained in:
parent
00968db983
commit
6490b1e4f2
4 changed files with 26 additions and 23 deletions
|
|
@ -9,6 +9,6 @@ Possible interpretations:
|
|||
|
||||
Possible resolutions:
|
||||
|
||||
1: Specify a higher precedence in `array_type_repeat1` than in the other rules.
|
||||
2: Specify a higher precedence in `array_repeat1` than in the other rules.
|
||||
1: Specify a higher precedence in `array_repeat1` than in the other rules.
|
||||
2: Specify a higher precedence in `array_type_repeat1` than in the other rules.
|
||||
3: Add a conflict for these rules: `array`, `array_type`
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ Possible interpretations:
|
|||
|
||||
Possible resolutions:
|
||||
|
||||
1: Specify a higher precedence in `array_type_repeat1` than in the other rules.
|
||||
2: Specify a higher precedence in `array_repeat1` than in the other rules.
|
||||
1: Specify a higher precedence in `array_repeat1` than in the other rules.
|
||||
2: Specify a higher precedence in `array_type_repeat1` than in the other rules.
|
||||
3: Add a conflict for these rules: `array`, `array_type`
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ Possible interpretations:
|
|||
|
||||
Possible resolutions:
|
||||
|
||||
1: Specify a higher precedence in `unary_b` than in the other rules.
|
||||
2: Specify a higher precedence in `unary_a` than in the other rules.
|
||||
1: Specify a higher precedence in `unary_a` than in the other rules.
|
||||
2: Specify a higher precedence in `unary_b` than in the other rules.
|
||||
3: Add a conflict for these rules: `unary_a`, `unary_b`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue