rust/compiler
bors 96dee2825e Auto merge of #88839 - nbdd0121:alignof, r=nagisa
Introduce NullOp::AlignOf

This PR introduces `Rvalue::NullaryOp(NullOp::AlignOf, ty)`, which will be lowered from `align_of`, similar to `size_of` lowering to `Rvalue::NullaryOp(NullOp::SizeOf, ty)`.

The changes are originally part of #88700 but since it's not dependent on other changes and could have performance impact on its own, it's separated into its own PR.
2021-09-12 23:49:24 +00:00
..
2021-08-30 20:17:45 -05:00
2021-08-30 22:18:55 -07:00
2021-09-08 20:51:05 -04:00
2021-08-27 16:21:25 -07:00
2021-09-08 20:40:30 +02:00
2021-09-09 10:41:20 +02:00