Migrate to user-centric config name for cargo check stuff

This commit is contained in:
Aleksey Kladov
2021-03-04 14:52:36 +03:00
parent 0ce539ec96
commit 3d80e0a154
5 changed files with 13 additions and 14 deletions

View File

@@ -312,7 +312,7 @@ impl GlobalState {
} else {
assert_eq!(n_done, n_total);
new_status = Status::Ready {
partial: self.config.load_out_dirs_from_check()
partial: self.config.run_build_scripts()
&& self.workspace_build_data.is_none()
|| config_version < self.vfs_config_version,
};