diff options
| author | Brian Anderson <[email protected]> | 2011-02-23 23:48:01 -0500 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-02 10:28:14 -0800 |
| commit | 9528c34774ff27b112c9e66afff6e10fa7021635 (patch) | |
| tree | 4d5f9bde4c48eed1a188f6002e88daa93f4ea28b /src/comp/rustc.rc | |
| parent | Remove parens from nullary tag constructors in docs (diff) | |
| download | rust-9528c34774ff27b112c9e66afff6e10fa7021635.tar.xz rust-9528c34774ff27b112c9e66afff6e10fa7021635.zip | |
Begin implementing #fmt in rustc
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 bc4aaa52..16d24e9b 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -5,6 +5,7 @@ use std; mod front { mod ast; + mod extfmt; mod lexer; mod parser; mod token; |