@@ -10,7 +10,7 @@ use rustc_errors::emitter::HumanReadableErrorType;
1010use rustc_errors:: { ColorConfig , registry} ;
1111use rustc_hir:: attrs:: NativeLibKind ;
1212use rustc_session:: config:: {
13- AutoDiff , BranchProtection , CFGuard , Cfg , CollapseMacroDebuginfo , CoverageLevel ,
13+ AnnotateMoves , AutoDiff , BranchProtection , CFGuard , Cfg , CollapseMacroDebuginfo , CoverageLevel ,
1414 CoverageOptions , DebugInfo , DumpMonoStatsFormat , ErrorOutputType , ExternEntry , ExternLocation ,
1515 Externs , FmtDebug , FunctionReturn , InliningThreshold , Input , InstrumentCoverage ,
1616 InstrumentXRay , LinkSelfContained , LinkerPluginLto , LocationDetail , LtoCli , MirIncludeSpans ,
@@ -764,6 +764,7 @@ fn test_unstable_options_tracking_hash() {
764764 // tidy-alphabetical-start
765765 tracked ! ( allow_features, Some ( vec![ String :: from( "lang_items" ) ] ) ) ;
766766 tracked ! ( always_encode_mir, true ) ;
767+ tracked ! ( annotate_moves, AnnotateMoves :: Enabled ( Some ( 1234 ) ) ) ;
767768 tracked ! ( assume_incomplete_release, true ) ;
768769 tracked ! ( autodiff, vec![ AutoDiff :: Enable , AutoDiff :: NoTT ] ) ;
769770 tracked ! ( binary_dep_depinfo, true ) ;
0 commit comments