rust/compiler/rustc_middle/src/query
Matthias Krüger 8a60d0a5ec
Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum
enable -Zrandomize-layout in debug CI builds

This builds rustc/libs/tools with `-Zrandomize-layout` on *-debug CI runners.

Only a handful of tests and asserts break with that enabled, which is promising. One test was fixable, the rest is dealt with by disabling them through new cargo features or compiletest directives.

The config.toml flag `rust.randomize-layout` defaults to false, so it has to be explicitly enabled for now.
2024-09-05 03:47:39 +02:00
..
erase.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
keys.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-dead 2024-09-02 22:35:21 +02:00
on_disk_cache.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
plumbing.rs disable size asserts in the compiler when randomizing layouts 2024-08-31 23:56:45 +02:00