File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ TARGET_CRATES := libc std term \
54
54
compiler_builtins core alloc \
55
55
rustc_unicode rustc_bitflags \
56
56
alloc_system alloc_jemalloc \
57
- panic_abort panic_unwind unwind
57
+ panic_abort panic_unwind unwind rustc_i128
58
58
RUSTC_CRATES := rustc rustc_typeck rustc_mir rustc_borrowck rustc_resolve rustc_driver \
59
59
rustc_trans rustc_back rustc_llvm rustc_privacy rustc_lint \
60
60
rustc_data_structures rustc_platform_intrinsics rustc_errors \
61
61
rustc_plugin rustc_metadata rustc_passes rustc_save_analysis \
62
- rustc_const_eval rustc_const_math rustc_incremental proc_macro rustc_i128
62
+ rustc_const_eval rustc_const_math rustc_incremental proc_macro
63
63
HOST_CRATES := syntax syntax_ext proc_macro_tokens proc_macro_plugin syntax_pos $(RUSTC_CRATES ) \
64
64
rustdoc fmt_macros flate arena graphviz log serialize
65
65
TOOLS := compiletest rustdoc rustc rustbook error_index_generator
Original file line number Diff line number Diff line change @@ -6,4 +6,3 @@ version = "0.0.0"
6
6
[lib ]
7
7
name = " rustc_i128"
8
8
path = " lib.rs"
9
- crate-type = [" dylib" ]
You can’t perform that action at this time.
0 commit comments