We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7342b commit 244455dCopy full SHA for 244455d
scripts/setup_rust_fork.sh
@@ -10,6 +10,8 @@ git fetch
10
git checkout -- .
11
git checkout "$(rustc -V | cut -d' ' -f3 | tr -d '(')"
12
13
+git am ../patches/*-sysroot-*.patch
14
+
15
git apply - <<EOF
16
diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml
17
index d95b5b7f17f..00b6f0e3635 100644
0 commit comments