Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove save-analysis. #101841

Merged
merged 1 commit into from
Feb 16, 2023
Merged

Remove save-analysis. #101841

merged 1 commit into from
Feb 16, 2023

Commits on Feb 16, 2023

  1. 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 rust-lang#43606.
    nnethercote committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    22a5125 View commit details
    Browse the repository at this point in the history