diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-04-29 18:28:01 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-04-30 17:01:27 -0700 |
| commit | 4a4646fd54a85f78512e5f2d1d2cd253954d1ea4 (patch) | |
| tree | 11e6e1bd26bf1cbdd278f30978fb632b0c74d7f7 /src/libsyntax | |
| parent | f1ddb8d5cc66941763039d3f727465b7cc34a100 (diff) | |
| parent | 6818e241b49c03c0fe0994dbe8340e2d8f482f09 (diff) | |
| download | rust-4a4646fd54a85f78512e5f2d1d2cd253954d1ea4.tar.gz rust-4a4646fd54a85f78512e5f2d1d2cd253954d1ea4.zip | |
Merge remote-tracking branch 'brson/io'
Conflicts: src/libcore/task/local_data_priv.rs
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ext/expand.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/expand.rs b/src/libsyntax/ext/expand.rs index fde5a259422..e3fed038287 100644 --- a/src/libsyntax/ext/expand.rs +++ b/src/libsyntax/ext/expand.rs @@ -487,7 +487,7 @@ pub fn core_macros() -> ~str { { $c:ident: $in:ty -> $out:ty; } => { - mod $c { + pub mod $c { fn key(_x: @::core::condition::Handler<$in,$out>) { } pub static cond : |
