Skip to content

Commit 586bdb8

Browse files
committed
---
yaml --- r: 216889 b: refs/heads/stable c: c3156a8 h: refs/heads/master i: 216887: 69c31d8 v: v3
1 parent 8b412d1 commit 586bdb8

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ refs/heads/tmp: 378a370ff2057afeb1eae86eb6e78c476866a4a6
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: a5286998df566e736b32f6795bfc3803bdaf453d
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: e607d76564cf01247b247e0e83c7abdc4bb1fbee
32+
refs/heads/stable: c3156a8ff434060403a1743cff780d8e80a53db2
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375

branches/stable/src/doc/grammar.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -612,30 +612,6 @@ assignment_expr : expr '=' expr ;
612612
compound_assignment_expr : expr [ arith_op | bitwise_op ] '=' expr ;
613613
```
614614

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-
639615
### Grouped expressions
640616

641617
```antlr

0 commit comments

Comments
 (0)