diff options
| author | bors <bors@rust-lang.org> | 2023-02-16 10:35:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-02-16 10:35:44 +0000 |
| commit | af3c8b27266e290cf65704284f6862d0f90ee4fc (patch) | |
| tree | 931e04aaa0ce725fbdc641e6880065583a9511ad /compiler/rustc_interface/src/tests.rs | |
| parent | 4b34c7b766a3d64d3f2a9bff06d0e53648a11013 (diff) | |
| parent | 22a5125a367eedc9f1d6b49bac6557a4b4864423 (diff) | |
| download | rust-af3c8b27266e290cf65704284f6862d0f90ee4fc.tar.gz rust-af3c8b27266e290cf65704284f6862d0f90ee4fc.zip | |
Auto merge of #101841 - nnethercote:rm-save-analysis, r=Mark-Simulacrum
Remove save-analysis. Most tests involving save-analysis were removed, but I kept a few where the `-Zsave-analysis` was an add-on to the main thing being tested, rather than the main thing being tested. Closes https://github.com/rust-lang/rust/issues/43606
Diffstat (limited to 'compiler/rustc_interface/src/tests.rs')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 0d3499ca9a0..ac32988d3ac 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -691,7 +691,6 @@ fn test_unstable_options_tracking_hash() { untracked!(proc_macro_execution_strategy, ProcMacroExecutionStrategy::CrossThread); untracked!(profile_closures, true); untracked!(query_dep_graph, true); - untracked!(save_analysis, true); untracked!(self_profile, SwitchWithOptPath::Enabled(None)); untracked!(self_profile_events, Some(vec![String::new()])); untracked!(span_debug, true); |
