Skip to content

Commit 6597a28

Browse files
Rollup merge of #35324 - ubsan:precedence, r=steveklabnik
Fix precedence table in reference Adds `..` and `...` and puts them above `=` r? @steveklabnik
2 parents a7b443f + 76babf9 commit 6597a28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3049,7 +3049,8 @@ as
30493049
== != < > <= >=
30503050
&&
30513051
||
3052-
= ..
3052+
.. ...
3053+
=
30533054
```
30543055

30553056
Operators at the same precedence level are evaluated left-to-right. [Unary

0 commit comments

Comments
 (0)