about summary refs log tree commit diff
path: root/library/core/src/ptr/alignment.rs
diff options
context:
space:
mode:
authorRune Tynan <runetynan@gmail.com>2022-11-12 20:48:32 -0500
committerRune Tynan <runetynan@gmail.com>2022-11-20 15:01:21 -0500
commita5fecc690562f23ffe95a0e167bf0a57eca725ad (patch)
tree65bee57f044694153f0b1c6da598bdcde960d79a /library/core/src/ptr/alignment.rs
parent7972b8aa3733f3d07f1794450fd1e28bf51eece4 (diff)
downloadrust-a5fecc690562f23ffe95a0e167bf0a57eca725ad.tar.gz
rust-a5fecc690562f23ffe95a0e167bf0a57eca725ad.zip
Fix issue number
Diffstat (limited to 'library/core/src/ptr/alignment.rs')
-rw-r--r--library/core/src/ptr/alignment.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/ptr/alignment.rs b/library/core/src/ptr/alignment.rs
index dea979265e6..64a5290c3a2 100644
--- a/library/core/src/ptr/alignment.rs
+++ b/library/core/src/ptr/alignment.rs
@@ -178,7 +178,7 @@ impl const cmp::Ord for Alignment {
     }
 }
 
-#[rustc_const_unstable(feature = "const_alloc_layout", issue = "87864")]
+#[rustc_const_unstable(feature = "const_alloc_layout", issue = "67521")]
 #[unstable(feature = "ptr_alignment_type", issue = "102070")]
 impl const cmp::PartialOrd for Alignment {
     #[inline]