link to pref_align_of tracking issue
This commit is contained in:
parent
c5ecc15704
commit
58fd2ffc96
@ -811,7 +811,8 @@ extern "rust-intrinsic" {
|
|||||||
/// The preferred alignment of a type.
|
/// The preferred alignment of a type.
|
||||||
///
|
///
|
||||||
/// This intrinsic does not have a stable counterpart.
|
/// This intrinsic does not have a stable counterpart.
|
||||||
#[rustc_const_unstable(feature = "const_pref_align_of", issue = "none")]
|
/// It's "tracking issue" is [#91971](https://github.com/rust-lang/rust/issues/91971).
|
||||||
|
#[rustc_const_unstable(feature = "const_pref_align_of", issue = "91971")]
|
||||||
pub fn pref_align_of<T>() -> usize;
|
pub fn pref_align_of<T>() -> usize;
|
||||||
|
|
||||||
/// The size of the referenced value in bytes.
|
/// The size of the referenced value in bytes.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user