Skip to content

Commit afd0246

Browse files
committed
Update sysroot crates
1 parent 96c3ff1 commit afd0246

File tree

1 file changed

+17
-31
lines changed

1 file changed

+17
-31
lines changed

crates/ra_project_model/src/sysroot.rs

Lines changed: 17 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -146,42 +146,28 @@ impl SysrootCrateData {
146146
}
147147

148148
const SYSROOT_CRATES: &str = "
149-
std
150-
core
151149
alloc
152-
collections
153-
libc
154-
proc_macro
155-
rustc_unicode
156-
std_unicode
157-
test
158-
alloc_jemalloc
159-
alloc_system
160-
compiler_builtins
161-
getopts
162-
panic_unwind
150+
core
163151
panic_abort
164-
rand
152+
panic_unwind
153+
proc_macro
154+
profiler_builtins
155+
rtstartup
156+
std
157+
stdarch
165158
term
166-
unwind
167-
build_helper
168-
rustc_asan
169-
rustc_lsan
170-
rustc_msan
171-
rustc_tsan
172-
syntax";
159+
test
160+
unwind";
173161

174162
const STD_DEPS: &str = "
175163
alloc
176-
alloc_jemalloc
177-
alloc_system
178164
core
179165
panic_abort
180-
rand
181-
compiler_builtins
182-
unwind
183-
rustc_asan
184-
rustc_lsan
185-
rustc_msan
186-
rustc_tsan
187-
build_helper";
166+
panic_unwind
167+
profiler_builtins
168+
rtstartup
169+
proc_macro
170+
stdarch
171+
term
172+
test
173+
unwind";

0 commit comments

Comments
 (0)