File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ refs/heads/tmp: 378a370ff2057afeb1eae86eb6e78c476866a4a6
29
29
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
30
30
refs/tags/homu-tmp: a5286998df566e736b32f6795bfc3803bdaf453d
31
31
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32
- refs/heads/stable: e607d76564cf01247b247e0e83c7abdc4bb1fbee
32
+ refs/heads/stable: c3156a8ff434060403a1743cff780d8e80a53db2
33
33
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
Original file line number Diff line number Diff line change @@ -612,30 +612,6 @@ assignment_expr : expr '=' expr ;
612
612
compound_assignment_expr : expr [ arith_op | bitwise_op ] '=' expr ;
613
613
```
614
614
615
- #### Operator precedence
616
-
617
- The precedence of Rust binary operators is ordered as follows, going from
618
- strong to weak:
619
-
620
- ``` text
621
- * / %
622
- as
623
- + -
624
- << >>
625
- &
626
- ^
627
- |
628
- < > <= >=
629
- == !=
630
- &&
631
- ||
632
- =
633
- ```
634
-
635
- Operators at the same precedence level are evaluated left-to-right. [ Unary
636
- operators] ( #unary-operator-expressions ) have the same precedence level and it
637
- is stronger than any of the binary operators'.
638
-
639
615
### Grouped expressions
640
616
641
617
``` antlr
You can’t perform that action at this time.
0 commit comments