Skip to content

Commit

Permalink
Finish fixing the operator precedence tables
Browse files Browse the repository at this point in the history
Add the unstable `:` colon and `<-` inplace operators.
  • Loading branch information
ubsan committed Aug 7, 2016
1 parent 877dfeb commit 7c1bb9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doc/reference.md
Expand Up @@ -3039,7 +3039,7 @@ The precedence of Rust binary operators is ordered as follows, going from
strong to weak:

```{.text .precedence}
as
as :
* / %
+ -
<< >>
Expand All @@ -3050,6 +3050,7 @@ as
&&
||
.. ...
<-
=
```

Expand Down

0 comments on commit 7c1bb9a

Please sign in to comment.