]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #11774 : sfackler/rust/move-macros, r=pcwalton
authorbors <bors@rust-lang.org>
Sat, 25 Jan 2014 04:31:37 +0000 (20:31 -0800)
committerbors <bors@rust-lang.org>
Sat, 25 Jan 2014 04:31:37 +0000 (20:31 -0800)
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

1  2 
src/librustc/driver/driver.rs

Simple merge