Rustup to rustc 1.61.0-nightly (63b8f01bb 2022-03-24)
This commit is contained in:
parent
90999c4e9f
commit
e336e1bccf
@ -16,6 +16,9 @@
|
||||
#[lang = "sized"]
|
||||
pub trait Sized {}
|
||||
|
||||
#[lang = "destruct"]
|
||||
pub trait Destruct {}
|
||||
|
||||
#[lang = "unsize"]
|
||||
pub trait Unsize<T: ?Sized> {}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "nightly-2022-03-22"
|
||||
channel = "nightly-2022-03-25"
|
||||
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user