]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/lib.rs
Remove rustc_llvm dependency from rustc_metadata
[rust.git] / src / librustc / lib.rs
index 5cf26ea8bfca596db6575dc9ec4cc46066f1cc88..c979677ff717c277d6a120cd21b566ad52633a84 100644 (file)
@@ -54,6 +54,7 @@
 extern crate getopts;
 extern crate graphviz;
 extern crate libc;
+extern crate owning_ref;
 extern crate rustc_llvm as llvm;
 extern crate rustc_back;
 extern crate rustc_data_structures;