File tree 1 file changed +1
-1
lines changed
compiler/rustc_interface/src
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -605,7 +605,6 @@ fn test_codegen_options_tracking_hash() {
605
605
tracked ! ( debug_assertions, Some ( true ) ) ;
606
606
tracked ! ( debuginfo, DebugInfo :: Limited ) ;
607
607
tracked ! ( embed_bitcode, false ) ;
608
- tracked ! ( embed_source, true ) ;
609
608
tracked ! ( force_frame_pointers, FramePointer :: Always ) ;
610
609
tracked ! ( force_unwind_tables, Some ( true ) ) ;
611
610
tracked ! ( inline_threshold, Some ( 0xf007ba11 ) ) ;
@@ -771,6 +770,7 @@ fn test_unstable_options_tracking_hash() {
771
770
tracked ! ( direct_access_external_data, Some ( true ) ) ;
772
771
tracked ! ( dual_proc_macros, true ) ;
773
772
tracked ! ( dwarf_version, Some ( 5 ) ) ;
773
+ tracked ! ( embed_source, true ) ;
774
774
tracked ! ( emit_thin_lto, false ) ;
775
775
tracked ! ( export_executable_symbols, true ) ;
776
776
tracked ! ( fewer_names, Some ( true ) ) ;
You can’t perform that action at this time.
0 commit comments