mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
Update sysroot crates
This commit is contained in:
parent
96c3ff1c57
commit
afd02461bc
1 changed files with 17 additions and 31 deletions
|
@ -146,42 +146,28 @@ impl SysrootCrateData {
|
|||
}
|
||||
|
||||
const SYSROOT_CRATES: &str = "
|
||||
std
|
||||
core
|
||||
alloc
|
||||
collections
|
||||
libc
|
||||
proc_macro
|
||||
rustc_unicode
|
||||
std_unicode
|
||||
test
|
||||
alloc_jemalloc
|
||||
alloc_system
|
||||
compiler_builtins
|
||||
getopts
|
||||
panic_unwind
|
||||
core
|
||||
panic_abort
|
||||
rand
|
||||
panic_unwind
|
||||
proc_macro
|
||||
profiler_builtins
|
||||
rtstartup
|
||||
std
|
||||
stdarch
|
||||
term
|
||||
unwind
|
||||
build_helper
|
||||
rustc_asan
|
||||
rustc_lsan
|
||||
rustc_msan
|
||||
rustc_tsan
|
||||
syntax";
|
||||
test
|
||||
unwind";
|
||||
|
||||
const STD_DEPS: &str = "
|
||||
alloc
|
||||
alloc_jemalloc
|
||||
alloc_system
|
||||
core
|
||||
panic_abort
|
||||
rand
|
||||
compiler_builtins
|
||||
unwind
|
||||
rustc_asan
|
||||
rustc_lsan
|
||||
rustc_msan
|
||||
rustc_tsan
|
||||
build_helper";
|
||||
panic_unwind
|
||||
profiler_builtins
|
||||
rtstartup
|
||||
proc_macro
|
||||
stdarch
|
||||
term
|
||||
test
|
||||
unwind";
|
||||
|
|
Loading…
Reference in a new issue