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.
2 parents 84c17c2 + 4505579 commit b20aff2Copy full SHA for b20aff2
library/core/src/intrinsics.rs
@@ -1144,7 +1144,7 @@ extern "rust-intrinsic" {
1144
/// }
1145
/// ```
1146
#[stable(feature = "rust1", since = "1.0.0")]
1147
- #[rustc_const_stable(feature = "const_transmute", since = "1.46.0")]
+ #[rustc_const_stable(feature = "const_transmute", since = "1.56.0")]
1148
#[rustc_diagnostic_item = "transmute"]
1149
pub fn transmute<T, U>(e: T) -> U;
1150
0 commit comments