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 0a8aa43 commit c25a5d6Copy full SHA for c25a5d6
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