Skip to content

Commit 96dc846

Browse files
committed
Rustup to rustc 1.60.0-nightly (a00e130da 2022-01-29)
1 parent 2d32e51 commit 96dc846

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

build_sysroot/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

patches/0022-sysroot-Disable-not-compiling-tests.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ index 1a6be3a..42dbd59 100644
4444
--- a/library/core/tests/ptr.rs
4545
+++ b/library/core/tests/ptr.rs
4646
@@ -250,6 +250,7 @@ fn test_unsized_nonnull() {
47-
assert!(ys == zs);
47+
};
4848
}
4949

5050
+/*

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2022-01-19"
2+
channel = "nightly-2022-01-30"
33
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

0 commit comments

Comments
 (0)