File tree 1 file changed +3
-2
lines changed
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 \
53
53
getopts collections test rand \
54
54
core alloc \
55
55
rustc_unicode rustc_bitflags \
56
- alloc_system alloc_jemalloc rustc_const_eval
56
+ alloc_system alloc_jemalloc
57
57
RUSTC_CRATES := rustc rustc_typeck rustc_mir rustc_borrowck rustc_resolve rustc_driver \
58
58
rustc_trans rustc_back rustc_llvm rustc_privacy rustc_lint \
59
59
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
61
62
HOST_CRATES := syntax syntax_ext $(RUSTC_CRATES ) rustdoc fmt_macros \
62
63
flate arena graphviz rbml log serialize
63
64
TOOLS := compiletest rustdoc rustc rustbook error_index_generator
You can’t perform that action at this time.
0 commit comments