mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
doc: Fix operator precedence. Closes #2390
This commit is contained in:
+3
-2
@@ -1850,11 +1850,12 @@ from strong to weak:
|
||||
|
||||
~~~~ {.precedence}
|
||||
* / %
|
||||
as
|
||||
+ -
|
||||
<< >> >>>
|
||||
&
|
||||
^ |
|
||||
as
|
||||
^
|
||||
|
|
||||
< > <= >=
|
||||
== !=
|
||||
&&
|
||||
|
||||
Reference in New Issue
Block a user