mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
e3881cb587
Clarify that align_offset overaligns The current documentation is not clear whether adding `a` to a pointer overaligns (align up) or underaligns (align down). It should say this explicitly. cc `@nagisa`