We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418a118 commit 1a262bfCopy full SHA for 1a262bf
mk/crates.mk
@@ -96,7 +96,7 @@ DEPS_rustc_driver := arena flate getopts graphviz libc rustc rustc_back rustc_bo
96
rustc_typeck rustc_mir rustc_resolve log syntax serialize rustc_llvm \
97
rustc_trans rustc_privacy rustc_lint rustc_front
98
99
-DEPS_rustc_front := std syntax log serialize rustc_data_structures
+DEPS_rustc_front := std syntax log serialize
100
DEPS_rustc_lint := rustc log syntax
101
DEPS_rustc_llvm := native:rustllvm libc std rustc_bitflags
102
DEPS_rustc_mir := rustc rustc_front syntax
src/librustc_front/lib.rs
@@ -45,7 +45,6 @@ extern crate syntax;
45
#[macro_use]
46
#[no_link]
47
extern crate rustc_bitflags;
48
-extern crate rustc_data_structures;
49
50
extern crate serialize as rustc_serialize; // used by deriving
51
0 commit comments