about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
authorKevin Atkinson <kevina@cs.utah.edu>2012-01-28 18:20:43 -0700
committerKevin Atkinson <kevina@cs.utah.edu>2012-02-03 20:41:37 -0700
commit099290bc7385477ab6c9908abb3b540e8cb6956a (patch)
tree4f02a335086428e58f6d34f83e072d4642d86587 /src/rt/rust_kernel.cpp
parentc0f9073557b5daed86aea411fb4c56e554583af2 (diff)
downloadrust-099290bc7385477ab6c9908abb3b540e8cb6956a.tar.gz
rust-099290bc7385477ab6c9908abb3b540e8cb6956a.zip
When replacing $(...) with $0 preserve spacing for better error messages.
That is:
  x + $(foo) + y
becomes:
  x + $0     + y
not:
  x + $0 + y
Diffstat (limited to 'src/rt/rust_kernel.cpp')
0 files changed, 0 insertions, 0 deletions