diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-09-15 11:29:12 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-02-16 15:14:45 +1100 |
| commit | 22a5125a367eedc9f1d6b49bac6557a4b4864423 (patch) | |
| tree | 7dcad5a8f0f164618b919e5dea7daad51323b54b /compiler/rustc_interface/src | |
| parent | dc7a676778706bde3b50ff6d4fe81e2955bd4847 (diff) | |
| download | rust-22a5125a367eedc9f1d6b49bac6557a4b4864423.tar.gz rust-22a5125a367eedc9f1d6b49bac6557a4b4864423.zip | |
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. For `x.py install`, the `rust-analysis` target has been removed. For `x.py dist`, the `rust-analysis` target has been kept in a degenerate form: it just produces a single file `reduced.json` indicating that save-analysis has been removed. This is necessary for rustup to keep working. Closes #43606.
Diffstat (limited to 'compiler/rustc_interface/src')
| -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); |
