File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler/rustc_interface/src Expand file tree Collapse file tree 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() {
605605 tracked ! ( debug_assertions, Some ( true ) ) ;
606606 tracked ! ( debuginfo, DebugInfo :: Limited ) ;
607607 tracked ! ( embed_bitcode, false ) ;
608- tracked ! ( embed_source, true ) ;
609608 tracked ! ( force_frame_pointers, FramePointer :: Always ) ;
610609 tracked ! ( force_unwind_tables, Some ( true ) ) ;
611610 tracked ! ( inline_threshold, Some ( 0xf007ba11 ) ) ;
@@ -771,6 +770,7 @@ fn test_unstable_options_tracking_hash() {
771770 tracked ! ( direct_access_external_data, Some ( true ) ) ;
772771 tracked ! ( dual_proc_macros, true ) ;
773772 tracked ! ( dwarf_version, Some ( 5 ) ) ;
773+ tracked ! ( embed_source, true ) ;
774774 tracked ! ( emit_thin_lto, false ) ;
775775 tracked ! ( export_executable_symbols, true ) ;
776776 tracked ! ( fewer_names, Some ( true ) ) ;
You can’t perform that action at this time.
0 commit comments