Skip to content

Commit e937265

Browse files
committed
Rustup to rustc 1.61.0-nightly (f103b29 2022-03-12)
1 parent 6e42ca1 commit e937265

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

example/mini_core.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ unsafe impl Copy for i16 {}
5555
unsafe impl Copy for i32 {}
5656
unsafe impl Copy for isize {}
5757
unsafe impl Copy for f32 {}
58+
unsafe impl Copy for f64 {}
5859
unsafe impl Copy for char {}
5960
unsafe impl<'a, T: ?Sized> Copy for &'a T {}
6061
unsafe impl<T: ?Sized> Copy for *const T {}

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

0 commit comments

Comments
 (0)