]> git.lizzy.rs Git - rust.git/commit
Document size_of for 128-bit integers
authorbstrie <ben.striegel@gmail.com>
Fri, 8 Jun 2018 19:20:28 +0000 (19:20 +0000)
committerbstrie <ben.striegel@gmail.com>
Fri, 8 Jun 2018 19:20:28 +0000 (19:20 +0000)
commit9a8fa2cf92c4f1fb5ebed287bf6eab81f9d8a804
tree26e17302edaadd4b5077ca3ebf045f92ab81f20e
parent1b4c921103ff4ae225f2d84a8b13f1616dcb538e
Document size_of for 128-bit integers

We might want to consider separately documenting the alignment of
primitives, rather than just their size, since 128-bit integers, unlike
all other primitives, have an alignment that is not identical to their
size (size_of is 16, align_of is 8)
src/libcore/mem.rs