about summary refs log tree commit diff
path: root/src/librustsyntax/rustsyntax.rc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-04-17 19:34:44 -0700
committerBrian Anderson <banderson@mozilla.com>2012-04-17 20:10:58 -0700
commit321ccc123d401ad9146f0372de188bbcdd90e524 (patch)
tree6a8857f50f72d09646489a44ca049bcdea324475 /src/librustsyntax/rustsyntax.rc
parent70a9ce626d5faeb9b5de54a9f44043ea46691e31 (diff)
downloadrust-321ccc123d401ad9146f0372de188bbcdd90e524.tar.gz
rust-321ccc123d401ad9146f0372de188bbcdd90e524.zip
syntax: Add explicit exports in parser mods
Diffstat (limited to 'src/librustsyntax/rustsyntax.rc')
-rw-r--r--src/librustsyntax/rustsyntax.rc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/librustsyntax/rustsyntax.rc b/src/librustsyntax/rustsyntax.rc
index bc1def95676..1f5ae6e63da 100644
--- a/src/librustsyntax/rustsyntax.rc
+++ b/src/librustsyntax/rustsyntax.rc
@@ -21,7 +21,12 @@ mod fold;
 mod util {
     mod interner;
 }
+
 mod parse {
+    export parser;
+    export lexer;
+    export comments;
+
     mod eval;
     mod lexer;
     mod parser;