We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231c8fd commit 6f41cacCopy full SHA for 6f41cac
compiler/rustc_interface/src/tests.rs
@@ -605,7 +605,6 @@ fn test_codegen_options_tracking_hash() {
605
tracked!(debug_assertions, Some(true));
606
tracked!(debuginfo, DebugInfo::Limited);
607
tracked!(embed_bitcode, false);
608
- tracked!(embed_source, true);
609
tracked!(force_frame_pointers, FramePointer::Always);
610
tracked!(force_unwind_tables, Some(true));
611
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
tracked!(dual_proc_macros, true);
773
tracked!(dwarf_version, Some(5));
+ tracked!(embed_source, true);
774
tracked!(emit_thin_lto, false);
775
tracked!(export_executable_symbols, true);
776
tracked!(fewer_names, Some(true));
0 commit comments