diff options
| author | Patrick Walton <[email protected]> | 2011-03-15 16:30:43 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-15 16:30:43 -0700 |
| commit | 7d32f3d052b46f09bfd21effd801eebeab4204b3 (patch) | |
| tree | d6c7cf9282192058382f8c09b3595fd07f9f5dd5 /src/comp/rustc.rc | |
| parent | rustc: Typo: "unput" -> "input" (diff) | |
| download | rust-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.rc | 1 |
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; |