@@ -1166,10 +1166,10 @@ impl Config {
1166
1166
Warnings :: Default => rust_deny_warnings. unwrap_or ( true ) ,
1167
1167
} ,
1168
1168
backtrace_on_ice : rust_backtrace_on_ice. unwrap_or ( false ) ,
1169
- llvm_tests : llvm_tests. unwrap_or_default ( ) ,
1170
- llvm_enzyme : llvm_enzyme. unwrap_or_default ( ) ,
1169
+ llvm_tests : llvm_tests. unwrap_or ( false ) ,
1170
+ llvm_enzyme : llvm_enzyme. unwrap_or ( false ) ,
1171
1171
llvm_offload : llvm_offload. unwrap_or ( false ) ,
1172
- llvm_plugins : llvm_plugin. unwrap_or_default ( ) ,
1172
+ llvm_plugins : llvm_plugin. unwrap_or ( false ) ,
1173
1173
llvm_optimize : llvm_optimize. unwrap_or ( true ) ,
1174
1174
llvm_release_debuginfo : llvm_release_debuginfo. unwrap_or ( false ) ,
1175
1175
llvm_static_stdcpp : llvm_static_libstdcpp. unwrap_or ( false ) ,
@@ -1230,7 +1230,7 @@ impl Config {
1230
1230
. unwrap_or ( vec ! [ CodegenBackendKind :: Llvm ] ) ,
1231
1231
rust_verify_llvm_ir : rust_verify_llvm_ir. unwrap_or ( false ) ,
1232
1232
rust_thin_lto_import_instr_limit,
1233
- rust_randomize_layout : rust_randomize_layout. unwrap_or_default ( ) ,
1233
+ rust_randomize_layout : rust_randomize_layout. unwrap_or ( false ) ,
1234
1234
rust_remap_debuginfo : rust_remap_debuginfo. unwrap_or ( false ) ,
1235
1235
rust_new_symbol_mangling,
1236
1236
rust_profile_use : flags_rust_profile_use. or ( rust_profile_use) ,
0 commit comments