Skip to content

Commit 58fd2ff

Browse files
committed
link to pref_align_of tracking issue
1 parent c5ecc15 commit 58fd2ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/core/src/intrinsics.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,8 @@ extern "rust-intrinsic" {
811811
/// The preferred alignment of a type.
812812
///
813813
/// This intrinsic does not have a stable counterpart.
814-
#[rustc_const_unstable(feature = "const_pref_align_of", issue = "none")]
814+
/// It's "tracking issue" is [#91971](https://github.com/rust-lang/rust/issues/91971).
815+
#[rustc_const_unstable(feature = "const_pref_align_of", issue = "91971")]
815816
pub fn pref_align_of<T>() -> usize;
816817

817818
/// The size of the referenced value in bytes.

0 commit comments

Comments
 (0)