about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2012-03-01 09:13:46 -0800
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-03-01 09:16:26 -0800
commit48c763c098a5609a52862ff57401087b9f162bec (patch)
treed61f12aa4f89f0a98b543a6715bf5ae3cb02931c /src/rt/rust_kernel.cpp
parent03984561d43130cb8d51025604ac882470d47e3c (diff)
downloadrust-48c763c098a5609a52862ff57401087b9f162bec.tar.gz
rust-48c763c098a5609a52862ff57401087b9f162bec.zip
Use the correct prestate for calls
The prestate for calls was getting set incorrectly to the poststate for the operator
in the call. This worked before since most of the time, operator expressions are
pure. Issue 1895 shows how this breaks when the operator is a closure that has a
move-in capture clause.

(I had a several-day, multi-file patch for this that didn't work... and then it
turned out to be a one-line fix. The joys of programming.)

Closes #1895
Diffstat (limited to 'src/rt/rust_kernel.cpp')
0 files changed, 0 insertions, 0 deletions