diff options
| author | Ralf Jung <post@ralfj.de> | 2022-05-22 08:10:53 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2022-05-22 08:10:53 +0200 |
| commit | 4505579713572448c9f53811aae37c09ad7787eb (patch) | |
| tree | fe600dda4138de9f0d6d907ce131a0b5d23b8a45 | |
| parent | 09ea21343a432a4c51b363d6f53bed694f81ea3a (diff) | |
| download | rust-4505579713572448c9f53811aae37c09ad7787eb.tar.gz rust-4505579713572448c9f53811aae37c09ad7787eb.zip | |
adjust transmute const stabilization version
| -rw-r--r-- | library/core/src/intrinsics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/intrinsics.rs b/library/core/src/intrinsics.rs index 88e4262922d..a687a6038dc 100644 --- a/library/core/src/intrinsics.rs +++ b/library/core/src/intrinsics.rs @@ -1141,7 +1141,7 @@ extern "rust-intrinsic" { /// } /// ``` #[stable(feature = "rust1", since = "1.0.0")] - #[rustc_const_stable(feature = "const_transmute", since = "1.46.0")] + #[rustc_const_stable(feature = "const_transmute", since = "1.56.0")] #[rustc_diagnostic_item = "transmute"] pub fn transmute<T, U>(e: T) -> U; |
