We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19ef764 + 3406829 commit 3971d3cCopy full SHA for 3971d3c
rustup-toolchain
@@ -44,3 +44,7 @@ rustup override set miri
44
45
# Cleanup.
46
cargo clean
47
+
48
+# Call 'cargo metadata' on the sources in case that changes the lockfile
49
+# (which fails under soem setups when it is done from inside vscode).
50
+cargo metadata --format-version 1 --manifest-path "$(rustc --print sysroot)/lib/rustlib/rustc-src/rust/compiler/rustc/Cargo.toml" >/dev/null
0 commit comments