diff options
| author | Graydon Hoare <[email protected]> | 2010-08-18 11:34:47 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-18 11:34:47 -0700 |
| commit | 49f668dff306ae76ad83f2f82c032940f723b26c (patch) | |
| tree | 9bed7ca54c5f255fa4ab714e8fe9e5f7d85b9141 /src/comp/rustc.rc | |
| parent | Change indent on rustc.rc. (diff) | |
| download | rust-49f668dff306ae76ad83f2f82c032940f723b26c.tar.xz rust-49f668dff306ae76ad83f2f82c032940f723b26c.zip | |
Add mod common to rustc.
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index 75f893c9..70eb35d1 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -13,6 +13,10 @@ mod driver { mod rustc; } +mod util { + mod common; +} + auth driver = unsafe; mod lib { |