5252TARGET_CRATES := libc std term \
5353 getopts collections test rand \
5454 compiler_builtins core alloc \
55- rustc_unicode rustc_bitflags \
55+ std_unicode rustc_bitflags \
5656 alloc_system alloc_jemalloc \
5757 panic_abort panic_unwind unwind
5858RUSTC_CRATES := rustc rustc_typeck rustc_mir rustc_borrowck rustc_resolve rustc_driver \
@@ -69,11 +69,11 @@ DEPS_compiler_builtins := core
6969DEPS_alloc := core libc alloc_system
7070DEPS_alloc_system := core libc
7171DEPS_alloc_jemalloc := core libc native:jemalloc
72- DEPS_collections := core alloc rustc_unicode
72+ DEPS_collections := core alloc std_unicode
7373DEPS_libc := core
7474DEPS_rand := core
7575DEPS_rustc_bitflags := core
76- DEPS_rustc_unicode := core
76+ DEPS_std_unicode := core
7777DEPS_panic_abort := libc alloc
7878DEPS_panic_unwind := libc alloc unwind
7979DEPS_unwind := libc
@@ -85,7 +85,7 @@ RUSTFLAGS1_panic_abort := -C panic=abort
8585RUSTFLAGS2_panic_abort := -C panic=abort
8686RUSTFLAGS3_panic_abort := -C panic=abort
8787
88- DEPS_std := core libc rand alloc collections compiler_builtins rustc_unicode \
88+ DEPS_std := core libc rand alloc collections compiler_builtins std_unicode \
8989 native:backtrace \
9090 alloc_system panic_abort panic_unwind unwind
9191DEPS_arena := std
@@ -100,7 +100,7 @@ DEPS_serialize := std log
100100DEPS_term := std
101101DEPS_test := std getopts term native:rust_test_helpers
102102
103- DEPS_syntax := std term serialize log arena libc rustc_bitflags rustc_unicode rustc_errors syntax_pos rustc_data_structures
103+ DEPS_syntax := std term serialize log arena libc rustc_bitflags std_unicode rustc_errors syntax_pos rustc_data_structures
104104DEPS_syntax_ext := syntax syntax_pos rustc_errors fmt_macros proc_macro
105105DEPS_syntax_pos := serialize
106106DEPS_proc_macro_tokens := syntax syntax_pos log
@@ -162,7 +162,7 @@ ONLY_RLIB_libc := 1
162162ONLY_RLIB_alloc := 1
163163ONLY_RLIB_rand := 1
164164ONLY_RLIB_collections := 1
165- ONLY_RLIB_rustc_unicode := 1
165+ ONLY_RLIB_std_unicode := 1
166166ONLY_RLIB_rustc_bitflags := 1
167167ONLY_RLIB_alloc_system := 1
168168ONLY_RLIB_alloc_jemalloc := 1
@@ -173,7 +173,7 @@ ONLY_RLIB_unwind := 1
173173TARGET_SPECIFIC_alloc_jemalloc := 1
174174
175175# Documented-by-default crates
176- DOC_CRATES := std alloc collections core libc rustc_unicode
176+ DOC_CRATES := std alloc collections core libc std_unicode
177177
178178ifeq ($(CFG_DISABLE_JEMALLOC ) ,)
179179RUSTFLAGS_rustc_back := --cfg 'feature="jemalloc"'
0 commit comments