about summary refs log tree commit diff
path: root/src/libsyntax/ext
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-11-18 17:56:50 -0800
committerBrian Anderson <banderson@mozilla.com>2012-11-26 18:13:54 -0800
commitbe6613e048c889a0aeaff056131c2406259f1fb4 (patch)
tree1067f383db3a97a6b85e11637ef23b0a0a6a3549 /src/libsyntax/ext
parent81a79603c0c9c2425d0a8475d29b4ef77fae8607 (diff)
Remove the crate language
Diffstat (limited to 'src/libsyntax/ext')
-rw-r--r--src/libsyntax/ext/pipes/mod.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/libsyntax/ext/pipes/mod.rs b/src/libsyntax/ext/pipes/mod.rs
new file mode 100644
index 00000000000..638ccad0143
--- /dev/null
+++ b/src/libsyntax/ext/pipes/mod.rs
@@ -0,0 +1,12 @@
+#[legacy_exports]
+mod ast_builder;
+#[legacy_exports]
+mod parse_proto;
+#[legacy_exports]
+mod pipec;
+#[legacy_exports]
+mod proto;
+#[legacy_exports]
+mod check;
+#[legacy_exports]
+mod liveness;