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! {
21572157 "set options for branch target identification and pointer authentication on AArch64" ) ,
21582158 build_sdylib_interface: bool = ( false , parse_bool, [ UNTRACKED ] ,
21592159 "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 " ) ,
21622162 cf_protection: CFProtection = ( CFProtection :: None , parse_cfprotection, [ TRACKED ] ,
21632163 "instrument control-flow architecture protection" ) ,
21642164 check_cfg_all_expected: bool = ( false , parse_bool, [ UNTRACKED ] ,
You can’t perform that action at this time.
0 commit comments