Skip to content

Commit 3d9f50a

Browse files
committed
Mention associativity of binary operators
1 parent 3276af7 commit 3d9f50a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/rust.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,6 +1703,8 @@ as
17031703
= <- <->
17041704
~~~~
17051705

1706+
Operators at the same precedence level are evaluated left-to-right.
1707+
17061708
### Unary copy expressions
17071709

17081710
~~~~~~~~{.ebnf .gram}

0 commit comments

Comments
 (0)