aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-08-18 11:35:12 -0700
committerGraydon Hoare <[email protected]>2010-08-18 11:35:12 -0700
commita1b57e69cdffe699a59f1f09437ae161b32abc27 (patch)
treeea2eccd6d97a2707568f23c98a840127b0cd7baf /src/comp/rustc.rc
parentAdd mod common to rustc. (diff)
downloadrust-a1b57e69cdffe699a59f1f09437ae161b32abc27.tar.xz
rust-a1b57e69cdffe699a59f1f09437ae161b32abc27.zip
Add mod token to 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 70eb35d1..6d845c71 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -7,6 +7,7 @@ mod fe {
mod ast;
mod lexer;
mod parser;
+ mod token;
}
mod driver {