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 02dcd62 commit f4ea525Copy full SHA for f4ea525
setup-toolchain.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
# Set up the appropriate rustc toolchain
3
4
+set -e
5
+
6
cd "$(dirname "$0")" || exit
7
8
if ! command -v rustup-toolchain-install-master > /dev/null; then
0 commit comments