We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ecc15 commit 58fd2ffCopy full SHA for 58fd2ff
library/core/src/intrinsics.rs
@@ -811,7 +811,8 @@ extern "rust-intrinsic" {
811
/// The preferred alignment of a type.
812
///
813
/// This intrinsic does not have a stable counterpart.
814
- #[rustc_const_unstable(feature = "const_pref_align_of", issue = "none")]
+ /// 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")]
816
pub fn pref_align_of<T>() -> usize;
817
818
/// The size of the referenced value in bytes.
0 commit comments