diff options
Diffstat (limited to 'src/driver')
| -rw-r--r-- | src/driver/driver.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/driver.rs b/src/driver/driver.rs index 8ac09ed909b..632d21d7b9c 100644 --- a/src/driver/driver.rs +++ b/src/driver/driver.rs @@ -12,6 +12,6 @@ extern crate "rustdoc" as this; #[cfg(rustc)] -extern crate "rustc" as this; +extern crate "rustc_trans" as this; fn main() { this::main() } |
