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 022a077 commit d8a5f09Copy full SHA for d8a5f09
core/src/intrinsics.rs
@@ -1457,6 +1457,7 @@ extern "rust-intrinsic" {
1457
/// }
1458
/// ```
1459
#[stable(feature = "rust1", since = "1.0.0")]
1460
+ #[cfg_attr(not(bootstrap), rustc_allowed_through_unstable_modules)]
1461
#[rustc_const_stable(feature = "const_transmute", since = "1.56.0")]
1462
#[rustc_diagnostic_item = "transmute"]
1463
pub fn transmute<T, U>(e: T) -> U;
0 commit comments