File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,12 @@ TARGET_CRATES := libc std term \
5353 getopts collections test rand \
5454 core alloc \
5555 rustc_unicode rustc_bitflags \
56- alloc_system alloc_jemalloc rustc_const_eval
56+ alloc_system alloc_jemalloc
5757RUSTC_CRATES := rustc rustc_typeck rustc_mir rustc_borrowck rustc_resolve rustc_driver \
5858 rustc_trans rustc_back rustc_llvm rustc_privacy rustc_lint \
5959 rustc_data_structures rustc_front rustc_platform_intrinsics \
60- rustc_plugin rustc_metadata rustc_passes rustc_save_analysis
60+ rustc_plugin rustc_metadata rustc_passes rustc_save_analysis \
61+ rustc_const_eval
6162HOST_CRATES := syntax syntax_ext $(RUSTC_CRATES ) rustdoc fmt_macros \
6263 flate arena graphviz rbml log serialize
6364TOOLS := compiletest rustdoc rustc rustbook error_index_generator
You can’t perform that action at this time.
0 commit comments