File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,8 @@ DEPS_rustc_data_structures := std log serialize
105
105
DEPS_rustc_driver := arena flate getopts graphviz libc rustc rustc_back rustc_borrowck \
106
106
rustc_typeck rustc_mir rustc_resolve log syntax serialize rustc_llvm \
107
107
rustc_trans rustc_privacy rustc_lint rustc_front rustc_plugin \
108
- rustc_metadata syntax_ext rustc_passes rustc_save_analysis rustc_const_eval
108
+ rustc_metadata syntax_ext rustc_passes rustc_save_analysis rustc_const_eval \
109
+ rustc_incremental
109
110
DEPS_rustc_front := std syntax log serialize
110
111
DEPS_rustc_lint := rustc log syntax rustc_const_eval
111
112
DEPS_rustc_llvm := native:rustllvm libc std rustc_bitflags
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
authors = [" The Rust Project Developers" ]
3
- name = " rustc_serialize "
3
+ name = " rustc_incremental "
4
4
version = " 0.0.0"
5
5
6
6
[lib ]
7
- name = " rustc_serialize "
7
+ name = " rustc_incremental "
8
8
path = " lib.rs"
9
9
crate-type = [" dylib" ]
10
10
You can’t perform that action at this time.
0 commit comments