about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
authorMichael Sullivan <sully@msully.net>2011-08-12 16:33:53 -0700
committerMichael Sullivan <sully@msully.net>2011-08-12 18:28:03 -0700
commit0340f32748ad434ae525be5a5d37797be0f67c0f (patch)
tree256ccd1c268a05888577c8bbf270e9dd0e3f0f54 /src/rt/rust_kernel.cpp
parente5271405480f53ab1ed05da11001858c25be8558 (diff)
downloadrust-0340f32748ad434ae525be5a5d37797be0f67c0f.tar.gz
rust-0340f32748ad434ae525be5a5d37797be0f67c0f.zip
Eliminate autoderef on binops and unary negation.
Autoderef on binops is basically unused, kind of silly, and
complicates typechecking. There were only three instances of it in the
compiler and the test drivers, two of which were of the form "*foo =
foo + 1", which should be written as "*foo += 1" anyways.
Diffstat (limited to 'src/rt/rust_kernel.cpp')
0 files changed, 0 insertions, 0 deletions