Skip to content

Commit a394298

Browse files
committed
auto merge of #6831 : Xazax-hun/rust/incoming, r=graydon
Minor doc enhancement for: #4543
2 parents 682afca + 0d9ea4e commit a394298

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/rust.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2033,7 +2033,8 @@ as
20332033
=
20342034
~~~~
20352035

2036-
Operators at the same precedence level are evaluated left-to-right.
2036+
Operators at the same precedence level are evaluated left-to-right. [Unary operators](#unary-operator-expressions)
2037+
have the same precedence level and it is stronger than any of the binary operators'.
20372038

20382039
### Grouped expressions
20392040

0 commit comments

Comments
 (0)