diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-13 15:04:33 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-13 15:04:33 +0100 |
| commit | e937265673c79fdf6d8641d38b18958d3bc06a1f (patch) | |
| tree | 537ce59b7e1c5ad33c95d64234667e34d89d12a1 | |
| parent | 6e42ca187fa8fc70c8cd0571348da4b3d0021513 (diff) | |
| download | rust-e937265673c79fdf6d8641d38b18958d3bc06a1f.tar.gz rust-e937265673c79fdf6d8641d38b18958d3bc06a1f.zip | |
Rustup to rustc 1.61.0-nightly (f103b2969 2022-03-12)
| -rw-r--r-- | example/mini_core.rs | 1 | ||||
| -rw-r--r-- | rust-toolchain | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/example/mini_core.rs b/example/mini_core.rs index de6aea4c697..134934bbffe 100644 --- a/example/mini_core.rs +++ b/example/mini_core.rs @@ -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 {} diff --git a/rust-toolchain b/rust-toolchain index c5d2c4b17a9..b7928a5dac2 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2022-03-08" +channel = "nightly-2022-03-13" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] |
