about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorJames Miller <james@aatch.net>2016-04-16 19:45:28 +1200
committerJames Miller <james@aatch.net>2016-04-28 13:18:51 +1200
commit89edd96be86fd65d63f63a208062c8baf86e7d7c (patch)
treea61f2553ec431a3d3b594d98ae95c9828b32eee5 /src/libsyntax
parent869172305f66ba11565c90f9276328c479d5b082 (diff)
downloadrust-89edd96be86fd65d63f63a208062c8baf86e7d7c.tar.gz
rust-89edd96be86fd65d63f63a208062c8baf86e7d7c.zip
Fix translation of `Assign`/`AssignOp` as rvalues
In code like `let x = y = z;`, `y = z` goes through `as_rvalue`, which
didn't handle it. Now it translates the assignment and produces `()`
directly.
Diffstat (limited to 'src/libsyntax')
0 files changed, 0 insertions, 0 deletions