You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #6688 - ehuss:incremental-cleanup, r=alexcrichton
Incremental profile cleanup.
Some minor code cleanup, and doc updates regarding incremental compilation.
Move incremental logic into the profile computation, which makes it a little more consistent and helps simplify things a little (such as removing the fingerprint special-case).
This introduces a small change in behavior with the `build.incremental` config variable. Previously `build.incremental = true` was completely ignored. Now, it is treated the same as `CARGO_INCREMENTAL=1` environment variable.
Moves config profile validation to the workspace so that warnings do not appear multiple times (once for each manifest).
Split from #6643.
0 commit comments