@@ -8,12 +8,12 @@ use rustc_data_structures::profiling::TimePassesFormat;
88use rustc_errors:: emitter:: HumanReadableErrorType ;
99use rustc_errors:: { ColorConfig , registry} ;
1010use rustc_session:: config:: {
11- BranchProtection , CFGuard , Cfg , CollapseMacroDebuginfo , CoverageLevel , CoverageOptions ,
12- DebugInfo , DumpMonoStatsFormat , ErrorOutputType , ExternEntry , ExternLocation , Externs ,
13- FmtDebug , FunctionReturn , InliningThreshold , Input , InstrumentCoverage , InstrumentXRay ,
14- LinkSelfContained , LinkerPluginLto , LocationDetail , LtoCli , MirIncludeSpans , NextSolverConfig ,
15- OomStrategy , Options , OutFileName , OutputType , OutputTypes , PAuthKey , PacRet , Passes ,
16- PatchableFunctionEntry , Polonius , ProcMacroExecutionStrategy , Strip , SwitchWithOptPath ,
11+ AutoDiff , BranchProtection , CFGuard , Cfg , CollapseMacroDebuginfo , CoverageLevel ,
12+ CoverageOptions , DebugInfo , DumpMonoStatsFormat , ErrorOutputType , ExternEntry , ExternLocation ,
13+ Externs , FmtDebug , FunctionReturn , InliningThreshold , Input , InstrumentCoverage ,
14+ InstrumentXRay , LinkSelfContained , LinkerPluginLto , LocationDetail , LtoCli , MirIncludeSpans ,
15+ NextSolverConfig , OomStrategy , Options , OutFileName , OutputType , OutputTypes , PAuthKey , PacRet ,
16+ Passes , PatchableFunctionEntry , Polonius , ProcMacroExecutionStrategy , Strip , SwitchWithOptPath ,
1717 SymbolManglingVersion , WasiExecModel , build_configuration, build_session_options,
1818 rustc_optgroups,
1919} ;
@@ -760,7 +760,7 @@ fn test_unstable_options_tracking_hash() {
760760 tracked ! ( allow_features, Some ( vec![ String :: from( "lang_items" ) ] ) ) ;
761761 tracked ! ( always_encode_mir, true ) ;
762762 tracked ! ( assume_incomplete_release, true ) ;
763- tracked ! ( autodiff, vec![ ] ) ;
763+ tracked ! ( autodiff, vec![ AutoDiff :: Print ] ) ;
764764 tracked ! ( binary_dep_depinfo, true ) ;
765765 tracked ! ( box_noalias, false ) ;
766766 tracked ! (
0 commit comments