File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/rustc_session/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2157,8 +2157,8 @@ options! {
2157
2157
"set options for branch target identification and pointer authentication on AArch64" ) ,
2158
2158
build_sdylib_interface: bool = ( false , parse_bool, [ UNTRACKED ] ,
2159
2159
"whether the stable interface is being built" ) ,
2160
- cache_derive_macros: bool = ( false , parse_bool, [ TRACKED ] ,
2161
- "cache the results of derive proc macro invocations (potentially unsound!) (default: no " ) ,
2160
+ cache_derive_macros: bool = ( true , parse_bool, [ TRACKED ] ,
2161
+ "cache the results of derive proc macro invocations (potentially unsound!) (default: yes " ) ,
2162
2162
cf_protection: CFProtection = ( CFProtection :: None , parse_cfprotection, [ TRACKED ] ,
2163
2163
"instrument control-flow architecture protection" ) ,
2164
2164
check_cfg_all_expected: bool = ( false , parse_bool, [ UNTRACKED ] ,
You can’t perform that action at this time.
0 commit comments