Skip to content

Commit f6c6a6a

Browse files
committed
Update stdlib source paths
In 1.47.0, some crates have been moved to the library/ source directory. Update our list of copied sources to reflect that change. Bug: 171280890 Change-Id: If49360002bdd5ebbf46a65bdec396d8538248b4a
1 parent aeb56bd commit f6c6a6a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

build.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@
3030

3131

3232
STDLIB_SOURCES = [
33-
"src/liballoc",
34-
"src/libcore",
35-
"src/libpanic_abort",
36-
"src/libpanic_unwind",
37-
"src/libproc_macro",
38-
"src/libprofiler_builtins",
39-
"src/libstd",
40-
"src/libterm",
41-
"src/libtest",
42-
"src/libunwind",
43-
"src/stdarch",
33+
"library/alloc",
34+
"library/backtrace",
35+
"library/core",
36+
"library/panic_abort",
37+
"library/panic_unwind",
38+
"library/proc_macro",
39+
"library/profiler_builtins",
40+
"library/std",
41+
"library/stdarch",
42+
"library/term",
43+
"library/test",
44+
"library/unwind",
4445
"vendor/backtrace",
45-
"vendor/backtrace-sys",
4646
"vendor/cfg-if",
4747
"vendor/compiler_builtins",
4848
"vendor/getopts",

0 commit comments

Comments
 (0)