@@ -1668,13 +1668,13 @@ options! {
1668
1668
"use a more precise version of drop elaboration for matches on enums (default: yes). \
1669
1669
This results in better codegen, but has caused miscompilations on some tier 2 platforms. \
1670
1670
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)" ) ,
1671
1674
print_fuel: Option <String > = ( None , parse_opt_string, [ TRACKED ] ,
1672
1675
"make rustc print the total optimization fuel used by a crate" ) ,
1673
1676
print_llvm_passes: bool = ( false , parse_bool, [ UNTRACKED ] ,
1674
1677
"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)" ) ,
1678
1678
print_mono_items: Option <String > = ( None , parse_opt_string, [ UNTRACKED ] ,
1679
1679
"print the result of the monomorphization collection pass" ) ,
1680
1680
print_type_sizes: bool = ( false , parse_bool, [ UNTRACKED ] ,
0 commit comments