Closed
Description
In fixing #34991, I tried an experiment of doing cargo build
then cargo clean
and cargo build
with incremental compilation enabled. I believe that, in principle, this ought to enable full-reuse, since the sources haven't changed. It did not. It's worth making a small cargo package and experimenting with why this might be the case (or maybe even small standalone rustc program, though we do see reuse in specific examples).