Add extra detail to field comment

Co-authored-by: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com>
This commit is contained in:
Gnome! 2024-02-20 19:12:42 +00:00 committed by GitHub
parent c5aa659832
commit aa25c481b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -605,7 +605,8 @@ impl dyn Any + Send + Sync {
#[derive(Clone, Copy, Debug, Eq, PartialOrd, Ord)]
#[stable(feature = "rust1", since = "1.0.0")]
pub struct TypeId {
// See #115620 for this representation.
// We avoid using `u128` because that imposes higher alignment requirements on many platforms.
// See issue #115620 for more information.
t: (u64, u64),
}