rustc-dev-guide icon indicating copy to clipboard operation
rustc-dev-guide copied to clipboard

Document interaction between incremental compilation and diagnostics

Open Aaron1011 opened this issue 4 years ago • 0 comments

The incremental compilation infrastructure has special handling for diagnostics - we capture any diagnostics emitted during query execution, and then re-emit them if the result is loaded from disk.

We should document this handling in the chapter on incremental compilation.

Aaron1011 avatar Mar 16 '21 19:03 Aaron1011