diff options
| author | Graydon Hoare <[email protected]> | 2010-08-18 11:35:12 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-18 11:35:12 -0700 |
| commit | a1b57e69cdffe699a59f1f09437ae161b32abc27 (patch) | |
| tree | ea2eccd6d97a2707568f23c98a840127b0cd7baf /src/comp/rustc.rc | |
| parent | Add mod common to rustc. (diff) | |
| download | rust-a1b57e69cdffe699a59f1f09437ae161b32abc27.tar.xz rust-a1b57e69cdffe699a59f1f09437ae161b32abc27.zip | |
Add mod token to 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 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 { |