mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
37df2753fc
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.