From 49f668dff306ae76ad83f2f82c032940f723b26c Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 18 Aug 2010 11:34:47 -0700 Subject: Add mod common to rustc. --- src/comp/rustc.rc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/comp/rustc.rc') 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 { -- cgit v1.2.3