aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-02-23 23:48:01 -0500
committerGraydon Hoare <[email protected]>2011-03-02 10:28:14 -0800
commit9528c34774ff27b112c9e66afff6e10fa7021635 (patch)
tree4d5f9bde4c48eed1a188f6002e88daa93f4ea28b /src/comp/rustc.rc
parentRemove parens from nullary tag constructors in docs (diff)
downloadrust-9528c34774ff27b112c9e66afff6e10fa7021635.tar.xz
rust-9528c34774ff27b112c9e66afff6e10fa7021635.zip
Begin implementing #fmt in rustc
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 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;