diff --git a/doc/rust.md b/doc/rust.md index 4a7f9544a11..f2cb9ef5e0e 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -2033,7 +2033,8 @@ as = ~~~~ -Operators at the same precedence level are evaluated left-to-right. +Operators at the same precedence level are evaluated left-to-right. [Unary operators](#unary-operator-expressions) +have the same precedence level and it is stronger than any of the binary operators'. ### Grouped expressions