diff options
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 cce0d38f..aeb8fdd1 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -28,6 +28,7 @@ mod driver { mod util { mod common; + mod bits; } auth driver.rustc.main = state; |