Rollup merge of #35324 - ubsan:precedence, r=steveklabnik
Fix precedence table in reference Adds `..` and `...` and puts them above `=` r? @steveklabnik
This commit is contained in:
commit
6597a28144
1 changed files with 2 additions and 1 deletions
|
|
@ -3049,7 +3049,8 @@ as
|
|||
== != < > <= >=
|
||||
&&
|
||||
||
|
||||
= ..
|
||||
.. ...
|
||||
=
|
||||
```
|
||||
|
||||
Operators at the same precedence level are evaluated left-to-right. [Unary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue