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,19 +69,19 @@ DEPS_compiler_builtins := core native:compiler-rt
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
8080
8181RUSTFLAGS_compiler_builtins := -lstatic=compiler-rt
8282RUSTFLAGS_panic_abort := -C panic=abort
8383
84- DEPS_std := core libc rand alloc collections compiler_builtins rustc_unicode \
84+ DEPS_std := core libc rand alloc collections compiler_builtins std_unicode \
8585 native:backtrace \
8686 alloc_system panic_abort panic_unwind unwind
8787DEPS_arena := std
@@ -96,7 +96,7 @@ DEPS_serialize := std log
9696DEPS_term := std
9797DEPS_test := std getopts term native:rust_test_helpers
9898
99- DEPS_syntax := std term serialize log arena libc rustc_bitflags rustc_unicode rustc_errors syntax_pos rustc_data_structures
99+ DEPS_syntax := std term serialize log arena libc rustc_bitflags std_unicode rustc_errors syntax_pos rustc_data_structures
100100DEPS_syntax_ext := syntax syntax_pos rustc_errors fmt_macros proc_macro
101101DEPS_syntax_pos := serialize
102102DEPS_proc_macro_tokens := syntax syntax_pos log
@@ -158,7 +158,7 @@ ONLY_RLIB_libc := 1
158158ONLY_RLIB_alloc := 1
159159ONLY_RLIB_rand := 1
160160ONLY_RLIB_collections := 1
161- ONLY_RLIB_rustc_unicode := 1
161+ ONLY_RLIB_std_unicode := 1
162162ONLY_RLIB_rustc_bitflags := 1
163163ONLY_RLIB_alloc_system := 1
164164ONLY_RLIB_alloc_jemalloc := 1
@@ -169,7 +169,7 @@ ONLY_RLIB_unwind := 1
169169TARGET_SPECIFIC_alloc_jemalloc := 1
170170
171171# Documented-by-default crates
172- DOC_CRATES := std alloc collections core libc rustc_unicode
172+ DOC_CRATES := std alloc collections core libc std_unicode
173173
174174ifeq ($(CFG_DISABLE_JEMALLOC ) ,)
175175RUSTFLAGS_rustc_back := --cfg 'feature="jemalloc"'
0 commit comments