@@ -1053,8 +1053,6 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
1053
1053
save_analysis: bool = ( false , parse_bool, [ UNTRACKED ] ,
1054
1054
"write syntax and type analysis (in JSON format) information, in \
1055
1055
addition to normal output") ,
1056
- print_move_fragments: bool = ( false , parse_bool, [ UNTRACKED ] ,
1057
- "print out move-fragment data for every fn" ) ,
1058
1056
flowgraph_print_loans: bool = ( false , parse_bool, [ UNTRACKED ] ,
1059
1057
"include loan analysis data in --unpretty flowgraph output" ) ,
1060
1058
flowgraph_print_moves: bool = ( false , parse_bool, [ UNTRACKED ] ,
@@ -2684,8 +2682,6 @@ mod tests {
2684
2682
assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
2685
2683
opts. debugging_opts . save_analysis = true ;
2686
2684
assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
2687
- opts. debugging_opts . print_move_fragments = true ;
2688
- assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
2689
2685
opts. debugging_opts . flowgraph_print_loans = true ;
2690
2686
assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
2691
2687
opts. debugging_opts . flowgraph_print_moves = true ;
0 commit comments