mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
aea82b268a
Make the randomize feature of rustc_abi additive The goal here is to make rust-analyzer able to build with the `rustc_private` versions of the rustc crates it depends on. See #116847
For more information about how rustc works, see the rustc dev guide.