Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b341529

Browse files
committed
Rustup to rustc 1.71.0-nightly (a2b1646 2023-05-25)
1 parent 35acd91 commit b341529

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

build_sysroot/Cargo.lock

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

example/mini_core.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,9 @@ pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) {
502502
drop_in_place(to_drop);
503503
}
504504

505+
#[lang = "unpin"]
506+
pub auto trait Unpin {}
507+
505508
#[lang = "deref"]
506509
pub trait Deref {
507510
type Target: ?Sized;

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-2023-05-12"
2+
channel = "nightly-2023-05-26"
33
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

0 commit comments

Comments
 (0)