We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a5f4f commit 7d33e5bCopy full SHA for 7d33e5b
scripts/test_bootstrap.sh
@@ -19,8 +19,8 @@ index 5bd1147cad5..10d68a2ff14 100644
19
--- a/Cargo.toml
20
+++ b/Cargo.toml
21
@@ -111,5 +111,7 @@ rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
22
- # source code for this crate.
23
- backtrace = { path = "library/backtrace" }
+ rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
+ rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
24
25
+compiler_builtins = { path = "../build_sysroot/compiler-builtins" }
26
+
0 commit comments