Skip to content

Commit c8e5ac4

Browse files
committed
Fix issue number
1 parent 21c61e1 commit c8e5ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ptr/alignment.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ impl const cmp::Ord for Alignment {
178178
}
179179
}
180180

181-
#[rustc_const_unstable(feature = "const_alloc_layout", issue = "87864")]
181+
#[rustc_const_unstable(feature = "const_alloc_layout", issue = "67521")]
182182
#[unstable(feature = "ptr_alignment_type", issue = "102070")]
183183
impl const cmp::PartialOrd for Alignment {
184184
#[inline]

0 commit comments

Comments
 (0)