@@ -6,8 +6,8 @@ use rustc_session::config::{
6
6
build_configuration, build_session_options, rustc_optgroups, BranchProtection , CFGuard , Cfg ,
7
7
DebugInfo , DumpMonoStatsFormat , ErrorOutputType , ExternEntry , ExternLocation , Externs ,
8
8
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 ,
11
11
ProcMacroExecutionStrategy , Strip , SwitchWithOptPath , SymbolManglingVersion , WasiExecModel ,
12
12
} ;
13
13
use rustc_session:: lint:: Level ;
@@ -666,7 +666,6 @@ fn test_unstable_options_tracking_hash() {
666
666
untracked ! ( dump_mir_dir, String :: from( "abc" ) ) ;
667
667
untracked ! ( dump_mir_exclude_pass_number, true ) ;
668
668
untracked ! ( dump_mir_graphviz, true ) ;
669
- untracked ! ( dump_mir_spanview, Some ( MirSpanview :: Statement ) ) ;
670
669
untracked ! ( dump_mono_stats, SwitchWithOptPath :: Enabled ( Some ( "mono-items-dir/" . into( ) ) ) ) ;
671
670
untracked ! ( dump_mono_stats_format, DumpMonoStatsFormat :: Json ) ;
672
671
untracked ! ( dylib_lto, true ) ;
0 commit comments