rust/src/libarena
Huon Wilson 225b116829 Make align_of behave like min_align_of.
This removes a footgun, since it is a reasonable assumption to make that
pointers to `T` will be aligned to `align_of::<T>()`. This also matches
the behaviour of C/C++. `min_align_of` is now deprecated.

Closes #21611.
2015-06-24 17:00:43 -07:00
..
lib.rs Make align_of behave like min_align_of. 2015-06-24 17:00:43 -07:00