aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-15 16:30:43 -0700
committerPatrick Walton <[email protected]>2011-03-15 16:30:43 -0700
commit7d32f3d052b46f09bfd21effd801eebeab4204b3 (patch)
treed6c7cf9282192058382f8c09b3595fd07f9f5dd5 /src/comp/rustc.rc
parentrustc: Typo: "unput" -> "input" (diff)
downloadrust-7d32f3d052b46f09bfd21effd801eebeab4204b3.tar.xz
rust-7d32f3d052b46f09bfd21effd801eebeab4204b3.zip
rustc: Add a stub crate reader module for "use" directives
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index 3584289f..7f1a7a03 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -5,6 +5,7 @@ use std;
mod front {
mod ast;
+ mod creader;
mod extfmt;
mod lexer;
mod parser;