Skip to content

Commit aa25c48

Browse files
GnomedDevNoratrieb
andauthored
Add extra detail to field comment
Co-authored-by: Nilstrieb <[email protected]>
1 parent c5aa659 commit aa25c48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/core/src/any.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,8 @@ impl dyn Any + Send + Sync {
605605
#[derive(Clone, Copy, Debug, Eq, PartialOrd, Ord)]
606606
#[stable(feature = "rust1", since = "1.0.0")]
607607
pub struct TypeId {
608-
// See #115620 for this representation.
608+
// We avoid using `u128` because that imposes higher alignment requirements on many platforms.
609+
// See issue #115620 for more information.
609610
t: (u64, u64),
610611
}
611612

0 commit comments

Comments
 (0)