diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-04-22 14:43:02 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-04-22 14:43:02 -0700 |
| commit | fe13b865192028645b50c17d2cb1a6d44481f338 (patch) | |
| tree | 63c4b9f9035cac62a3ff5ac5f3361c2abef899d8 /src/libsyntax/ext | |
| parent | 6644a034f0650c638eea8809a5f035ffaca0de88 (diff) | |
| download | rust-fe13b865192028645b50c17d2cb1a6d44481f338.tar.gz rust-fe13b865192028645b50c17d2cb1a6d44481f338.zip | |
Make conditions public. #6009
Diffstat (limited to 'src/libsyntax/ext')
| -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 430402a8982..5c5817d480d 100644 --- a/src/libsyntax/ext/expand.rs +++ b/src/libsyntax/ext/expand.rs @@ -475,7 +475,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 : |
