Closed
Description
-Z flags are now unstable. However, we plan to use save-analysis info for the RLS and Rustdoc and we want these to work on stable compilers. Therefore, we need a stable flag. Options:
--save-analysis
--emit analysis
or analysis-info or analysis-data or whatever- Keep the -Z flag and give tools a loophole to use it on stable
I propose that the existence of the flag is stable, but that we make no guarantees about the output when using the flag. We might consider guaranteeing that the output is valid JSON (but that includes {}
). We could promise that the shape of the ouput won't change, but I'd rather not.
Metadata
Metadata
Assignees
Labels
Area: saving results of analyses such as inference and borrowck results to a file.Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCStatus: There are blocking design concerns.Relevant to the compiler team, which will review and decide on the PR/issue.