about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2014-01-23 23:40:54 -0800
committerSteven Fackler <sfackler@gmail.com>2014-01-24 08:35:39 -0800
commit86a8b031f5eaa80ed9b1f789bd857257cdd7122c (patch)
tree38fdc73c124518f14eb351a05f5c73d81f92faa6 /src/rustllvm/RustWrapper.cpp
parenta5ab960d2e443f61511b19ad80221d1f99fd0692 (diff)
downloadrust-86a8b031f5eaa80ed9b1f789bd857257cdd7122c.tar.gz
rust-86a8b031f5eaa80ed9b1f789bd857257cdd7122c.zip
Move macro_rules! macros to libstd
They all have to go into a single module at the moment unfortunately.
Ideally, the logging macros would live in std::logging, condition! would
live in std::condition, format! in std::fmt, etc. However, this
introduces cyclic dependencies between those modules and the macros they
use which the current expansion system can't deal with. We may be able
to get around this by changing the expansion phase to a two-pass system
but that's for a later PR.

Closes #2247
cc #11763
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions