We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ea213 commit 4505579Copy full SHA for 4505579
library/core/src/intrinsics.rs
@@ -1141,7 +1141,7 @@ extern "rust-intrinsic" {
1141
/// }
1142
/// ```
1143
#[stable(feature = "rust1", since = "1.0.0")]
1144
- #[rustc_const_stable(feature = "const_transmute", since = "1.46.0")]
+ #[rustc_const_stable(feature = "const_transmute", since = "1.56.0")]
1145
#[rustc_diagnostic_item = "transmute"]
1146
pub fn transmute<T, U>(e: T) -> U;
1147
0 commit comments