Skip to content

Commit

Permalink
Rollup merge of rust-lang#35324 - ubsan:precedence, r=steveklabnik
Browse files Browse the repository at this point in the history
Fix precedence table in reference

Adds `..` and `...` and puts them above `=`

r? @steveklabnik
  • Loading branch information
GuillaumeGomez authored Aug 5, 2016
2 parents 6910487 + 76babf9 commit 63a8eee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doc/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3049,7 +3049,8 @@ as
== != < > <= >=
&&
||
= ..
.. ...
=
```

Operators at the same precedence level are evaluated left-to-right. [Unary
Expand Down

0 comments on commit 63a8eee

Please sign in to comment.