Rustup to rustc 1.61.0-nightly (f103b2969 2022-03-12)

This commit is contained in:
bjorn3 2022-03-13 15:04:33 +01:00
parent 6e42ca187f
commit e937265673
2 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@ unsafe impl Copy for i16 {}
unsafe impl Copy for i32 {}
unsafe impl Copy for isize {}
unsafe impl Copy for f32 {}
unsafe impl Copy for f64 {}
unsafe impl Copy for char {}
unsafe impl<'a, T: ?Sized> Copy for &'a T {}
unsafe impl<T: ?Sized> Copy for *const T {}

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2022-03-08"
channel = "nightly-2022-03-13"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]