We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustc_randomized_layouts
1 parent 417bfe2 commit 4394f94Copy full SHA for 4394f94
src/bootstrap/src/lib.rs
@@ -683,7 +683,7 @@ impl Build {
683
features.push("llvm");
684
}
685
// keep in sync with `bootstrap/compile.rs:rustc_cargo_env`
686
- if self.config.rust_randomize_layout {
+ if self.config.rust_randomize_layout && check("rustc_randomized_layouts") {
687
features.push("rustc_randomized_layouts");
688
689
0 commit comments