diff options
Diffstat (limited to 'src/librustc/lib.rs')
| -rw-r--r-- | src/librustc/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc/lib.rs b/src/librustc/lib.rs index 0d4f4f556e1..03dfcec18db 100644 --- a/src/librustc/lib.rs +++ b/src/librustc/lib.rs @@ -42,8 +42,8 @@ extern crate flate; extern crate getopts; extern crate graphviz; extern crate libc; -extern crate llvm = "rustc_llvm"; -extern crate rustc_back = "rustc_back"; +extern crate "rustc_llvm" as llvm; +extern crate "rustc_back" as rustc_back; extern crate serialize; extern crate rbml; extern crate time; |
