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 7972b8a commit a5fecc6Copy full SHA for a5fecc6
library/core/src/ptr/alignment.rs
@@ -178,7 +178,7 @@ impl const cmp::Ord for Alignment {
178
}
179
180
181
-#[rustc_const_unstable(feature = "const_alloc_layout", issue = "87864")]
+#[rustc_const_unstable(feature = "const_alloc_layout", issue = "67521")]
182
#[unstable(feature = "ptr_alignment_type", issue = "102070")]
183
impl const cmp::PartialOrd for Alignment {
184
#[inline]
0 commit comments