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
@ -3049,7 +3049,8 @@ as
|
||||
== != < > <= >=
|
||||
&&
|
||||
||
|
||||
= ..
|
||||
.. ...
|
||||
=
|
||||
```
|
||||
|
||||
Operators at the same precedence level are evaluated left-to-right. [Unary
|
||||
|
Loading…
x
Reference in New Issue
Block a user