mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-07 00:16:16 +00:00
Added -Z randomize-layout flag An implementation of #77316, it currently randomly shuffles the fields of `repr(rust)` types based on their `DefPathHash` r? ``@eddyb``
For more information about how rustc works, see the rustc dev guide.