]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #35452 - ubsan:precedence, r=steveklabnik
authorJonathan Turner <jonathandturner@users.noreply.github.com>
Mon, 8 Aug 2016 20:25:57 +0000 (13:25 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Aug 2016 20:25:57 +0000 (13:25 -0700)
commit936a6dfea5e02e19532d94f7f2072c72eb17fb63
tree1f14bb0c781961e69ba703e4b021d2ad755c1f8f
parentc479f0210cb1e619f7e9b0ab84d527cc92178e67
parent7c1bb9ae0d76ef0abdb1db34fc2a5e7d62fdf912
Rollup merge of #35452 - ubsan:precedence, r=steveklabnik

Finish fixing the operator precedence tables

Add the unstable `:` colon and `<-` inplace operators.

r? @steveklabnik