File tree 1 file changed +3
-1
lines changed
compiler/rustc_session/src
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1831,7 +1831,9 @@ options! {
1831
1831
print_llvm_passes: bool = ( false , parse_bool, [ UNTRACKED ] ,
1832
1832
"print the LLVM optimization passes being run (default: no)" ) ,
1833
1833
print_mono_items: Option <String > = ( None , parse_opt_string, [ UNTRACKED ] ,
1834
- "print the result of the monomorphization collection pass" ) ,
1834
+ "print the result of the monomorphization collection pass. \
1835
+ Value `lazy` means to use normal collection; `eager` means to collect all items.
1836
+ Note that this overwrites the effect `-Clink-dead-code` has on collection!" ) ,
1835
1837
print_type_sizes: bool = ( false , parse_bool, [ UNTRACKED ] ,
1836
1838
"print layout information for each type encountered (default: no)" ) ,
1837
1839
print_vtable_sizes: bool = ( false , parse_bool, [ UNTRACKED ] ,
You can’t perform that action at this time.
0 commit comments