diff options
| author | Rune Tynan <runetynan@gmail.com> | 2022-11-12 20:48:32 -0500 |
|---|---|---|
| committer | Rune Tynan <runetynan@gmail.com> | 2022-11-20 15:01:21 -0500 |
| commit | a5fecc690562f23ffe95a0e167bf0a57eca725ad (patch) | |
| tree | 65bee57f044694153f0b1c6da598bdcde960d79a /library/core/src | |
| parent | 7972b8aa3733f3d07f1794450fd1e28bf51eece4 (diff) | |
| download | rust-a5fecc690562f23ffe95a0e167bf0a57eca725ad.tar.gz rust-a5fecc690562f23ffe95a0e167bf0a57eca725ad.zip | |
Fix issue number
Diffstat (limited to 'library/core/src')
| -rw-r--r-- | library/core/src/ptr/alignment.rs | 2 |
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] |
