@@ -1668,13 +1668,13 @@ options! {
16681668 "use a more precise version of drop elaboration for matches on enums (default: yes). \
16691669 This results in better codegen, but has caused miscompilations on some tier 2 platforms. \
16701670 See #77382 and #74551.") ,
1671+ #[ rustc_lint_opt_deny_field_access( "use `Session::print_codegen_stats` instead of this field" ) ]
1672+ print_codegen_stats: bool = ( false , parse_bool, [ UNTRACKED ] ,
1673+ "print codegen statistics (default: no)" ) ,
16711674 print_fuel: Option <String > = ( None , parse_opt_string, [ TRACKED ] ,
16721675 "make rustc print the total optimization fuel used by a crate" ) ,
16731676 print_llvm_passes: bool = ( false , parse_bool, [ UNTRACKED ] ,
16741677 "print the LLVM optimization passes being run (default: no)" ) ,
1675- #[ rustc_lint_opt_deny_field_access( "use `Session::print_llvm_stats` instead of this field" ) ]
1676- print_llvm_stats: bool = ( false , parse_bool, [ UNTRACKED ] ,
1677- "print LLVM statistics (default: no)" ) ,
16781678 print_mono_items: Option <String > = ( None , parse_opt_string, [ UNTRACKED ] ,
16791679 "print the result of the monomorphization collection pass" ) ,
16801680 print_type_sizes: bool = ( false , parse_bool, [ UNTRACKED ] ,
0 commit comments