Skip to content

Commit 298b138

Browse files
committed
Create nightly 2021-02-25
This contains std::ptr::addr_of, but lacks the ICE bugs that were introduced in March.
1 parent 19dd088 commit 298b138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ LLVM_BRANCH="tags/swift-5.3.2-RELEASE"
77

88
# 2. Select the best branch, tag or commit hash from https://github.com/rust-lang/rust
99

10-
RUST_BRANCH="673d0db5e393e9c64897005b470bfeb6d5aec61b" # nightly-2021-03-24
10+
RUST_BRANCH="a8486b64b" # nightly-2021-02-25
1111

1212
# 3. Select a name for the toolchain you want to install as. The toolchain will be installed
1313
# under $HOME/.rustup/toolchains/rust-$RUST_TOOLCHAIN
1414

15-
RUST_TOOLCHAIN="ios-arm64-nightly-2021-03-24"
15+
RUST_TOOLCHAIN="ios-arm64-nightly-2021-02-25"
1616

0 commit comments

Comments
 (0)