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 13400c2 commit 60c2aabCopy full SHA for 60c2aab
src/bootstrap/src/lib.rs
@@ -748,7 +748,7 @@ impl Build {
748
features.push("llvm");
749
}
750
// keep in sync with `bootstrap/compile.rs:rustc_cargo_env`
751
- if self.config.rust_randomize_layout {
+ if self.config.rust_randomize_layout && check("rustc_randomized_layouts") {
752
features.push("rustc_randomized_layouts");
753
754
0 commit comments