mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
4008dd8c6d
interpret: track place alignment together with the type, not the value This matches how I handle alignment in [MiniRust](https://github.com/RalfJung/minirust). I think it makes conceptually a lot more sense. Fixes https://github.com/rust-lang/rust/issues/63085 r? `@oli-obk`