@@ -6,8 +6,8 @@ use rustc_session::config::{
66 build_configuration, build_session_options, rustc_optgroups, BranchProtection , CFGuard , Cfg ,
77 DebugInfo , DumpMonoStatsFormat , ErrorOutputType , ExternEntry , ExternLocation , Externs ,
88 FunctionReturn , InliningThreshold , Input , InstrumentCoverage , InstrumentXRay ,
9- LinkSelfContained , LinkerPluginLto , LocationDetail , LtoCli , MirSpanview , NextSolverConfig ,
10- OomStrategy , Options , OutFileName , OutputType , OutputTypes , PAuthKey , PacRet , Passes , Polonius ,
9+ LinkSelfContained , LinkerPluginLto , LocationDetail , LtoCli , NextSolverConfig , OomStrategy ,
10+ Options , OutFileName , OutputType , OutputTypes , PAuthKey , PacRet , Passes , Polonius ,
1111 ProcMacroExecutionStrategy , Strip , SwitchWithOptPath , SymbolManglingVersion , WasiExecModel ,
1212} ;
1313use rustc_session:: lint:: Level ;
@@ -666,7 +666,6 @@ fn test_unstable_options_tracking_hash() {
666666 untracked ! ( dump_mir_dir, String :: from( "abc" ) ) ;
667667 untracked ! ( dump_mir_exclude_pass_number, true ) ;
668668 untracked ! ( dump_mir_graphviz, true ) ;
669- untracked ! ( dump_mir_spanview, Some ( MirSpanview :: Statement ) ) ;
670669 untracked ! ( dump_mono_stats, SwitchWithOptPath :: Enabled ( Some ( "mono-items-dir/" . into( ) ) ) ) ;
671670 untracked ! ( dump_mono_stats_format, DumpMonoStatsFormat :: Json ) ;
672671 untracked ! ( dylib_lto, true ) ;
0 commit comments