Skip to content

Commit ea82a96

Browse files
Rollup merge of rust-lang#130880 - RalfJung:const-hack, r=scottmcm
add missing FIXME(const-hack) r? ```@scottmcm```
2 parents be1d9d6 + f0660de commit ea82a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/ptr/alignment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ impl Alignment {
155155
!(unsafe { self.as_usize().unchecked_sub(1) })
156156
}
157157

158-
// Remove me once `Ord::max` is usable in const
158+
// FIXME(const-hack) Remove me once `Ord::max` is usable in const
159159
pub(crate) const fn max(a: Self, b: Self) -> Self {
160160
if a.as_usize() > b.as_usize() { a } else { b }
161161
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy