Skip to content

Commit 63a8eee

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 6910487 + 76babf9 commit 63a8eee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/reference.md

+2-1
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)