Skip to content

Commit 4505579

Browse files
committedMay 22, 2022
adjust transmute const stabilization version
1 parent 09ea213 commit 4505579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/core/src/intrinsics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ extern "rust-intrinsic" {
11411141
/// }
11421142
/// ```
11431143
#[stable(feature = "rust1", since = "1.0.0")]
1144-
#[rustc_const_stable(feature = "const_transmute", since = "1.46.0")]
1144+
#[rustc_const_stable(feature = "const_transmute", since = "1.56.0")]
11451145
#[rustc_diagnostic_item = "transmute"]
11461146
pub fn transmute<T, U>(e: T) -> U;
11471147

0 commit comments

Comments
 (0)
Please sign in to comment.