Update sysroot crates

This commit is contained in:
Laurențiu Nicola 2020-07-30 17:17:59 +03:00
parent 96c3ff1c57
commit afd02461bc

View File

@ -146,42 +146,28 @@ impl SysrootCrateData {
} }
const SYSROOT_CRATES: &str = " const SYSROOT_CRATES: &str = "
std
core
alloc alloc
collections core
libc
proc_macro
rustc_unicode
std_unicode
test
alloc_jemalloc
alloc_system
compiler_builtins
getopts
panic_unwind
panic_abort panic_abort
rand panic_unwind
proc_macro
profiler_builtins
rtstartup
std
stdarch
term term
unwind test
build_helper unwind";
rustc_asan
rustc_lsan
rustc_msan
rustc_tsan
syntax";
const STD_DEPS: &str = " const STD_DEPS: &str = "
alloc alloc
alloc_jemalloc
alloc_system
core core
panic_abort panic_abort
rand panic_unwind
compiler_builtins profiler_builtins
unwind rtstartup
rustc_asan proc_macro
rustc_lsan stdarch
rustc_msan term
rustc_tsan test
build_helper"; unwind";