We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca551c commit d2b328eCopy full SHA for d2b328e
scripts/rustup.sh
@@ -64,7 +64,7 @@ case $1 in
64
cg_clif=$(pwd)
65
pushd ../rust
66
git fetch origin master
67
- git checkout "$RUST_VERS"
+ git -c advice.detachedHead=false checkout "$RUST_VERS"
68
"$cg_clif/git-fixed-subtree.sh" push --prefix=compiler/rustc_codegen_cranelift/ "$cg_clif" sync_from_rust
69
popd
70
git merge sync_from_rust -m "Sync from rust $RUST_VERS"
0 commit comments