mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 12:18:33 +00:00
Update sysroot crates
This commit is contained in:
parent
96c3ff1c57
commit
afd02461bc
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user