@@ -4,12 +4,12 @@ use rustc_data_structures::profiling::TimePassesFormat;
4
4
use rustc_errors:: { emitter:: HumanReadableErrorType , registry, ColorConfig } ;
5
5
use rustc_session:: config:: {
6
6
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 ,
13
13
} ;
14
14
use rustc_session:: lint:: Level ;
15
15
use rustc_session:: search_paths:: SearchPath ;
@@ -762,6 +762,7 @@ fn test_unstable_options_tracking_hash() {
762
762
tracked ! ( coverage_options, CoverageOptions { branch: true } ) ;
763
763
tracked ! ( crate_attr, vec![ "abc" . to_string( ) ] ) ;
764
764
tracked ! ( cross_crate_inline_threshold, InliningThreshold :: Always ) ;
765
+ tracked ! ( debug_fmt_detail, DebugFmtDetail :: Full ) ;
765
766
tracked ! ( debug_info_for_profiling, true ) ;
766
767
tracked ! ( debug_macros, true ) ;
767
768
tracked ! ( default_hidden_visibility, Some ( true ) ) ;
0 commit comments