@@ -1047,8 +1047,6 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
10471047 save_analysis: bool = ( false , parse_bool, [ UNTRACKED ] ,
10481048 "write syntax and type analysis (in JSON format) information, in \
10491049 addition to normal output") ,
1050- print_move_fragments: bool = ( false , parse_bool, [ UNTRACKED ] ,
1051- "print out move-fragment data for every fn" ) ,
10521050 flowgraph_print_loans: bool = ( false , parse_bool, [ UNTRACKED ] ,
10531051 "include loan analysis data in --unpretty flowgraph output" ) ,
10541052 flowgraph_print_moves: bool = ( false , parse_bool, [ UNTRACKED ] ,
@@ -2672,8 +2670,6 @@ mod tests {
26722670 assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
26732671 opts. debugging_opts . save_analysis = true ;
26742672 assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
2675- opts. debugging_opts . print_move_fragments = true ;
2676- assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
26772673 opts. debugging_opts . flowgraph_print_loans = true ;
26782674 assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
26792675 opts. debugging_opts . flowgraph_print_moves = true ;
0 commit comments