diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2023-10-02 19:12:46 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2023-10-03 20:26:36 -0400 |
| commit | 787d32324c1615b877811501cda564b9af335e65 (patch) | |
| tree | 6cd824f2efc2c97c4ab115ab84591808e1d1c70e /library/core/src/mem/mod.rs | |
| parent | eb0f3ed59c6508a37c6598bc9762987f053993a7 (diff) | |
| download | rust-787d32324c1615b877811501cda564b9af335e65.tar.gz rust-787d32324c1615b877811501cda564b9af335e65.zip | |
Bump version placeholders
Diffstat (limited to 'library/core/src/mem/mod.rs')
| -rw-r--r-- | library/core/src/mem/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/mem/mod.rs b/library/core/src/mem/mod.rs index 5244e478018..d1477ec5038 100644 --- a/library/core/src/mem/mod.rs +++ b/library/core/src/mem/mod.rs @@ -1051,7 +1051,7 @@ pub const fn copy<T: Copy>(x: &T) -> T { #[inline] #[must_use] #[stable(feature = "rust1", since = "1.0.0")] -#[rustc_const_stable(feature = "const_transmute_copy", since = "CURRENT_RUSTC_VERSION")] +#[rustc_const_stable(feature = "const_transmute_copy", since = "1.74.0")] pub const unsafe fn transmute_copy<Src, Dst>(src: &Src) -> Dst { assert!( size_of::<Src>() >= size_of::<Dst>(), |
