Keep displaying warnings and errors from last run until new results are in

I have a rather large rust project. Every time I save, all errors and warnings disappear and I have to wait some seconds until the results from cargo check come back in. Rust Analyzer deletes all old results as soon as it starts the new run.

I would like to see that Rust Analyzer keeps the old results until the new ones have arrived. Then I could use these seconds to navigate to the next problem.

Is that at all possible?

I don't think it is possible. You can post this as a feature request.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.