@@ -4,12 +4,12 @@ use rustc_data_structures::profiling::TimePassesFormat;
44use rustc_errors:: { emitter:: HumanReadableErrorType , registry, ColorConfig } ;
55use rustc_session:: config:: {
66 build_configuration, build_session_options, rustc_optgroups, BranchProtection , CFGuard , Cfg ,
7- CollapseMacroDebuginfo , CoverageOptions , DebugInfo , DumpMonoStatsFormat , ErrorOutputType ,
8- ExternEntry , ExternLocation , Externs , FunctionReturn , InliningThreshold , Input ,
9- InstrumentCoverage , InstrumentXRay , LinkSelfContained , LinkerPluginLto , LocationDetail , LtoCli ,
10- NextSolverConfig , OomStrategy , Options , OutFileName , OutputType , OutputTypes , PAuthKey , PacRet ,
11- Passes , Polonius , ProcMacroExecutionStrategy , Strip , SwitchWithOptPath , SymbolManglingVersion ,
12- WasiExecModel ,
7+ CollapseMacroDebuginfo , CoverageOptions , DebugFmtDetail , DebugInfo , DumpMonoStatsFormat ,
8+ ErrorOutputType , ExternEntry , ExternLocation , Externs , FunctionReturn , InliningThreshold ,
9+ Input , InstrumentCoverage , InstrumentXRay , LinkSelfContained , LinkerPluginLto , LocationDetail ,
10+ LtoCli , NextSolverConfig , OomStrategy , Options , OutFileName , OutputType , OutputTypes , PAuthKey ,
11+ PacRet , Passes , Polonius , ProcMacroExecutionStrategy , Strip , SwitchWithOptPath ,
12+ SymbolManglingVersion , WasiExecModel ,
1313} ;
1414use rustc_session:: lint:: Level ;
1515use rustc_session:: search_paths:: SearchPath ;
@@ -762,6 +762,7 @@ fn test_unstable_options_tracking_hash() {
762762 tracked ! ( coverage_options, CoverageOptions { branch: true } ) ;
763763 tracked ! ( crate_attr, vec![ "abc" . to_string( ) ] ) ;
764764 tracked ! ( cross_crate_inline_threshold, InliningThreshold :: Always ) ;
765+ tracked ! ( debug_fmt_detail, DebugFmtDetail :: Full ) ;
765766 tracked ! ( debug_info_for_profiling, true ) ;
766767 tracked ! ( debug_macros, true ) ;
767768 tracked ! ( default_hidden_visibility, Some ( true ) ) ;
0 commit comments