Skip to content

Commit e336e1b

Browse files
committed
Rustup to rustc 1.61.0-nightly (63b8f01 2022-03-24)
1 parent 90999c4 commit e336e1b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

example/mini_core.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
#[lang = "sized"]
1717
pub trait Sized {}
1818

19+
#[lang = "destruct"]
20+
pub trait Destruct {}
21+
1922
#[lang = "unsize"]
2023
pub trait Unsize<T: ?Sized> {}
2124

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-03-22"
2+
channel = "nightly-2022-03-25"
33
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

0 commit comments

Comments
 (0)