@@ -1047,8 +1047,6 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
1047
1047
save_analysis: bool = ( false , parse_bool, [ UNTRACKED ] ,
1048
1048
"write syntax and type analysis (in JSON format) information, in \
1049
1049
addition to normal output") ,
1050
- print_move_fragments: bool = ( false , parse_bool, [ UNTRACKED ] ,
1051
- "print out move-fragment data for every fn" ) ,
1052
1050
flowgraph_print_loans: bool = ( false , parse_bool, [ UNTRACKED ] ,
1053
1051
"include loan analysis data in --unpretty flowgraph output" ) ,
1054
1052
flowgraph_print_moves: bool = ( false , parse_bool, [ UNTRACKED ] ,
@@ -2672,8 +2670,6 @@ mod tests {
2672
2670
assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
2673
2671
opts. debugging_opts . save_analysis = true ;
2674
2672
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( ) ) ;
2677
2673
opts. debugging_opts . flowgraph_print_loans = true ;
2678
2674
assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
2679
2675
opts. debugging_opts . flowgraph_print_moves = true ;
0 commit comments