Files
rust/compiler/rustc_incremental
Aleksey Kliger 4845f78422 Reword the incremental finalize diagnostic
Remove the confusing word "error".  The diagnostic is already prefixed
with a level when it is displayed, so this is redundant and possibly
confusing ("warning: error ...").

Add some help text summarizing the impact of what happened: the next
build won't be able to reuse work from the current run.
2026-03-17 16:46:05 -04:00
..